Home
last modified time | relevance | path

Searched refs:adding (Results 1 – 25 of 146) sorted by relevance

123456

/aosp12/packages/services/BuiltInPrintService/src/com/android/bips/ui/
H A DPrinterPreference.java32 DiscoveredPrinter printer, boolean adding) { in PrinterPreference() argument
36 mAdding = adding; in PrinterPreference()
/aosp12/art/test/1963-add-to-dex-classloader-in-memory/
H A Dexpected-stdout.txt1 - Run while adding new referenced class.
11 - Run without adding new referenced class.
/aosp12/art/test/1964-add-to-dex-classloader-file/
H A Dexpected-stdout.txt1 - Run while adding new referenced class.
15 - Run without adding new referenced class.
/aosp12/system/hwservicemanager/
H A DServiceManager.cpp565 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 DContentCapturePerUserService.java749 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 Dinfo.txt1 Test adding static fields using structural class redefinition.
/aosp12/art/test/1976-hello-structural-static-methods/
H A Dinfo.txt1 Test adding static methods using structural class redefinition.
/aosp12/art/test/080-oom-throw-with-finalizer/
H A Dinfo.txt1 Regression test on correct processing of OOM thrown while adding a finalizer reference.
/aosp12/art/test/482-checker-loop-back-edge-use/
H A Dinfo.txt1 Tests the register allocator's optimization of adding synthesized uses
/aosp12/frameworks/base/tools/
H A Daidl3 aidl has moved to //system/tools/aidl as part of adding support for
/aosp12/frameworks/av/media/libstagefright/foundation/
H A DAndroid.bp49 // target below does not allow adding header_libs.
175 // target below does not allow adding header_libs.
/aosp12/frameworks/av/media/utils/
H A DREADME3 Consider adding your utility class/function here if it will
/aosp12/system/bt/bta/sys/
H A Dbta_sys.h176 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 DREADME3 Please use caution when adding tests here.
/aosp12/system/sepolicy/prebuilts/api/30.0/private/
H A Dcrash_dump.te29 # files, so we avoid adding redundant assertions here
/aosp12/system/sepolicy/prebuilts/api/29.0/private/
H A Dcrash_dump.te29 # files, so we avoid adding redundant assertions here
/aosp12/frameworks/av/services/minijail/
H A DAndroid.bp34 // By adding "vendor_available: true" to "libavservices_minijail", we don't
/aosp12/system/tools/xsdc/
H A DREADME.md76 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 Dsystem_suspend.te26 # For adding `dumpsys syspend_control` output to bugreport
H A Dcrash_dump.te37 # files, so we avoid adding redundant assertions here
/aosp12/system/sepolicy/prebuilts/api/32.0/private/
H A Dsystem_suspend.te26 # For adding `dumpsys syspend_control` output to bugreport
H A Dcrash_dump.te37 # files, so we avoid adding redundant assertions here
/aosp12/system/sepolicy/private/
H A Dsystem_suspend.te26 # For adding `dumpsys syspend_control` output to bugreport
H A Dcrash_dump.te37 # files, so we avoid adding redundant assertions here
/aosp12/frameworks/base/core/java/android/app/
H A DLocalActivityManager.java316 boolean adding = false; in startActivity()
326 adding = true; in startActivity()
350 if (adding) { in startActivity()

123456