- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
12 lines
401 B
Java
12 lines
401 B
Java
package com.ea.nimble;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public class OperationalTelemetryDispatch {
|
|
public static final String COMPONENT_ID = "com.ea.nimble.operationaltelemetrydispatch";
|
|
public static final String LOG_TAG = "OTDispatch";
|
|
|
|
public static IOperationalTelemetryDispatch getComponent() {
|
|
return (IOperationalTelemetryDispatch) Base.getComponent(COMPONENT_ID);
|
|
}
|
|
}
|