Searched defs:openGlTrace (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/app/
H A DApplicationThreadNative.java286 boolean openGlTrace = data.readInt() != 0;
294 testWatcher, uiAutomationConnection, testMode, openGlTrace,
959 boolean openGlTrace, boolean restrictedBackupMode, boolean persistent,
983 data.writeInt(openGlTrace ? 1 : 0);
955 bindApplication(String packageName, ApplicationInfo info, List<ProviderInfo> providers, ComponentName testName, ProfilerInfo profilerInfo, Bundle testArgs, IInstrumentationWatcher testWatcher, IUiAutomationConnection uiAutomationConnection, int debugMode, boolean openGlTrace, boolean restrictedBackupMode, boolean persistent, Configuration config, CompatibilityInfo compatInfo, Map<String, IBinder> services, Bundle coreSettings) argument
H A DIApplicationThread.java99 int debugMode, boolean openGlTrace, boolean restrictedBackupMode, boolean persistent,
96 bindApplication(String packageName, ApplicationInfo info, List<ProviderInfo> providers, ComponentName testName, ProfilerInfo profilerInfo, Bundle testArguments, IInstrumentationWatcher testWatcher, IUiAutomationConnection uiAutomationConnection, int debugMode, boolean openGlTrace, boolean restrictedBackupMode, boolean persistent, Configuration config, CompatibilityInfo compatInfo, Map<String, IBinder> services, Bundle coreSettings) argument

Completed in 34 milliseconds