/aosp12/packages/services/BuiltInPrintService/src/com/android/bips/ui/ |
H A D | PrinterPreference.java | 32 DiscoveredPrinter printer, boolean adding) { in PrinterPreference() argument 36 mAdding = adding; in PrinterPreference()
|
/aosp12/art/test/1963-add-to-dex-classloader-in-memory/ |
H A D | expected-stdout.txt | 1 - Run while adding new referenced class. 11 - Run without adding new referenced class.
|
/aosp12/art/test/1964-add-to-dex-classloader-file/ |
H A D | expected-stdout.txt | 1 - Run while adding new referenced class. 15 - Run without adding new referenced class.
|
/aosp12/system/hwservicemanager/ |
H A D | ServiceManager.cpp | 565 auto adding = std::make_unique<HidlService>(fqName, name); in registerForNotifications() local 566 adding->addListener(callback); in registerForNotifications() 567 ifaceMap.insertService(std::move(adding)); in registerForNotifications() 821 auto adding = std::make_unique<HidlService>(fqName, name); in registerPassthroughClient() local 822 adding->registerPassthroughClient(callingContext.pid); in registerPassthroughClient() 823 ifaceMap.insertService(std::move(adding)); in registerPassthroughClient()
|
/aosp12/frameworks/base/services/contentcapture/java/com/android/server/contentcapture/ |
H A D | ContentCapturePerUserService.java | 749 ArraySet<String> adding = mMaster.mGlobalContentCaptureOptions in updateContentCaptureOptions() local 752 if (oldList != null && adding != null) { in updateContentCaptureOptions() 753 adding.removeAll(oldList); in updateContentCaptureOptions() 756 int N = adding != null ? adding.size() : 0; in updateContentCaptureOptions() 758 String packageName = adding.valueAt(i); in updateContentCaptureOptions()
|
/aosp12/art/test/1975-hello-structural-transformation/ |
H A D | info.txt | 1 Test adding static fields using structural class redefinition.
|
/aosp12/art/test/1976-hello-structural-static-methods/ |
H A D | info.txt | 1 Test adding static methods using structural class redefinition.
|
/aosp12/art/test/080-oom-throw-with-finalizer/ |
H A D | info.txt | 1 Regression test on correct processing of OOM thrown while adding a finalizer reference.
|
/aosp12/art/test/482-checker-loop-back-edge-use/ |
H A D | info.txt | 1 Tests the register allocator's optimization of adding synthesized uses
|
/aosp12/frameworks/base/tools/ |
H A D | aidl | 3 aidl has moved to //system/tools/aidl as part of adding support for
|
/aosp12/frameworks/av/media/libstagefright/foundation/ |
H A D | Android.bp | 49 // target below does not allow adding header_libs. 175 // target below does not allow adding header_libs.
|
/aosp12/frameworks/av/media/utils/ |
H A D | README | 3 Consider adding your utility class/function here if it will
|
/aosp12/system/bt/bta/sys/ |
H A D | bta_sys.h | 176 typedef void(tBTA_SYS_EIR_CBACK)(uint16_t uuid16, bool adding); 177 typedef void(tBTA_SYS_CUST_EIR_CBACK)(const tBTA_CUSTOM_UUID &curr, bool adding);
|
/aosp12/frameworks/base/tests/SmokeTest/ |
H A D | README | 3 Please use caution when adding tests here.
|
/aosp12/system/sepolicy/prebuilts/api/30.0/private/ |
H A D | crash_dump.te | 29 # files, so we avoid adding redundant assertions here
|
/aosp12/system/sepolicy/prebuilts/api/29.0/private/ |
H A D | crash_dump.te | 29 # files, so we avoid adding redundant assertions here
|
/aosp12/frameworks/av/services/minijail/ |
H A D | Android.bp | 34 // By adding "vendor_available: true" to "libavservices_minijail", we don't
|
/aosp12/system/tools/xsdc/ |
H A D | README.md | 76 After adding “Deprecated” annotation, we need to update the api or schema just 77 like when adding a tag. In the above example, a @Deprecate annotation is added.
|
/aosp12/system/sepolicy/prebuilts/api/31.0/private/ |
H A D | system_suspend.te | 26 # For adding `dumpsys syspend_control` output to bugreport
|
H A D | crash_dump.te | 37 # files, so we avoid adding redundant assertions here
|
/aosp12/system/sepolicy/prebuilts/api/32.0/private/ |
H A D | system_suspend.te | 26 # For adding `dumpsys syspend_control` output to bugreport
|
H A D | crash_dump.te | 37 # files, so we avoid adding redundant assertions here
|
/aosp12/system/sepolicy/private/ |
H A D | system_suspend.te | 26 # For adding `dumpsys syspend_control` output to bugreport
|
H A D | crash_dump.te | 37 # files, so we avoid adding redundant assertions here
|
/aosp12/frameworks/base/core/java/android/app/ |
H A D | LocalActivityManager.java | 316 boolean adding = false; in startActivity() 326 adding = true; in startActivity() 350 if (adding) { in startActivity()
|