Home
last modified time | relevance | path

Searched defs:isDebuggable (Results 1 – 23 of 23) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/util/wrapper/
H A DBuildInfo.java34 public boolean isDebuggable() { in isDebuggable() method in BuildInfo
/aosp12/packages/apps/Settings/src/com/android/settings/development/
H A DNotificationChannelWarningsPreferenceController.java82 boolean isDebuggable() { in isDebuggable() method in NotificationChannelWarningsPreferenceController
/aosp12/art/test/693-vdex-inmem-loader-evict/src/
H A DMain.java70 private static native boolean isDebuggable(); in isDebuggable() method in Main
/aosp12/art/test/692-vdex-secondary-loader/src/
H A DMain.java84 private static native boolean isDebuggable(); in isDebuggable() method in Main
/aosp12/system/core/fs_mgr/tests/
H A Dadb-remount-test.sh181 isDebuggable() { function
/aosp12/art/test/692-vdex-inmem-loader/src/
H A DMain.java122 private static native boolean isDebuggable(); in isDebuggable() method in Main
/aosp12/system/core/bootstat/
H A Dboot_reason_test.sh95 isDebuggable() { function
/aosp12/system/nfc/src/adaptation/
H A Ddebug_nfcsnoop.cc56 static bool isDebuggable = false; variable
/aosp12/frameworks/base/core/java/android/content/pm/parsing/
H A DPackageLite.java314 public boolean isDebuggable() { in isDebuggable() method in PackageLite
H A DApkLite.java319 public boolean isDebuggable() { in isDebuggable() method in ApkLite
H A DParsingPackageRead.java407 boolean isDebuggable(); in isDebuggable() method
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/webkit/
H A DTestSystemImpl.java44 public TestSystemImpl(WebViewProviderInfo[] packageConfigs, int numRelros, boolean isDebuggable, in TestSystemImpl()
H A DWebViewUpdateServiceTest.java91 boolean isDebuggable, boolean multiProcessDefault) { in setupWithAllParameters()
/aosp12/hardware/st/nfc/st21nfc/
H A Dhal_wrapper.cc69 static bool isDebuggable; variable
/aosp12/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/plugins/
H A DPluginManagerImpl.java80 public boolean isDebuggable() { in isDebuggable() method in PluginManagerImpl
/aosp12/frameworks/base/services/core/java/com/android/server/pm/parsing/pkg/
H A DPkgAppInfo.java321 boolean isDebuggable(); in isDebuggable() method
/aosp12/frameworks/native/libs/graphicsenv/
H A DGraphicsEnv.cpp128 bool GraphicsEnv::isDebuggable() { in isDebuggable() function in android::GraphicsEnv
/aosp12/frameworks/base/core/java/android/os/
H A DBuild.java1394 public static boolean isDebuggable() { in isDebuggable() method in Build
H A DGraphicsEnvironment.java841 private static native boolean isDebuggable(); in isDebuggable() method in GraphicsEnvironment
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DMockSystemServices.java388 public boolean isDebuggable = true; field in MockSystemServices.BuildMock
/aosp12/system/libhidl/transport/
H A DServiceManagement.cpp171 static bool isDebuggable() { in isDebuggable() function
/aosp12/packages/modules/CaptivePortalLogin/src/com/android/captiveportallogin/
H A DCaptivePortalLoginActivity.java464 private static boolean isDebuggable() { in isDebuggable() method in CaptivePortalLoginActivity
/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java795 boolean isDebuggable) { in PackageAssociationInfo()
809 boolean isDebuggable() { in isDebuggable() method in ActivityManagerService.PackageAssociationInfo
813 void setDebuggable(boolean isDebuggable) { in setDebuggable()