/frameworks/base/services/core/java/com/android/server/am/ |
D | ContentProviderRecord.java | 46 final boolean singleton; field in ContentProviderRecord 69 singleton = _singleton; in ContentProviderRecord() 80 singleton = cpr.singleton; in ContentProviderRecord() 192 if (singleton) { in dump() 193 pw.print(prefix); pw.print("singleton="); pw.println(singleton); in dump()
|
D | ProviderMap.java | 109 if (record.singleton) { in putProviderByName() 122 if (record.singleton) { in putProviderByClass()
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
D | WakeupEvaluatorTest.java | 117 Set<ScanResult> scanResults = Collections.singleton( in findViableNetwork_returnsNullWhenScanResultIsNotInSavedNetworks() 130 Set<ScanResult> scanResults = Collections.singleton( in findViableNetwork_returnsNullWhenScanResultIsBelowThreshold() 143 Set<ScanResult> scanResults = Collections.singleton(savedScanResult); in findViableNetwork_returnsConnectableScanResult()
|
D | WakeupControllerTest.java | 345 Collections.singleton(ScanResultMatchInfo.fromScanResult(savedScanResult)); in startInitializesWakeupLockWithSavedScanResults() 383 Collections.singleton(ScanResultMatchInfo.fromScanResult(savedScanResult)); in startInitializesWakeupLockWithNetworkSuggestions() 464 Collections.singleton(ScanResultMatchInfo.fromScanResult(scanResult24)); in startFiltersOutDfsScanResults() 497 verify(mWakeupLock).update(eq(Collections.singleton(expectedMatchInfo))); in onResultsUpdatesWakeupLockForSavedNetworks() 526 verify(mWakeupLock).update(eq(Collections.singleton(expectedMatchInfo))); in onResultsUpdatesWakeupLockForNetworkSuggestions() 717 verify(mWakeupLock).setLock(eq(Collections.singleton(matchInfo))); in lastConnectedNetworkAddedToLock()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/test/java/com/google/protobuf/ |
D | ProtobufArrayListTest.java | 190 list.addAll(0, Collections.singleton(1)); in assertImmutable() 239 list.removeAll(Collections.singleton(1)); in assertImmutable() 260 list.retainAll(Collections.singleton(1)); in assertImmutable()
|
D | FloatArrayListTest.java | 258 assertTrue(list.addAll(Collections.singleton(1F))); in testAddAll() 349 list.addAll(0, Collections.singleton(1F)); in assertImmutable() 405 list.removeAll(Collections.singleton(1F)); in assertImmutable() 426 list.retainAll(Collections.singleton(1F)); in assertImmutable()
|
D | LongArrayListTest.java | 258 assertTrue(list.addAll(Collections.singleton(1L))); in testAddAll() 349 list.addAll(0, Collections.singleton(1L)); in assertImmutable() 405 list.removeAll(Collections.singleton(1L)); in assertImmutable() 426 list.retainAll(Collections.singleton(1L)); in assertImmutable()
|
D | IntArrayListTest.java | 258 assertTrue(list.addAll(Collections.singleton(1))); in testAddAll() 349 list.addAll(0, Collections.singleton(1)); in assertImmutable() 405 list.removeAll(Collections.singleton(1)); in assertImmutable() 426 list.retainAll(Collections.singleton(1)); in assertImmutable()
|
D | BooleanArrayListTest.java | 258 assertTrue(list.addAll(Collections.singleton(true))); in testAddAll() 346 list.addAll(0, Collections.singleton(true)); in assertImmutable() 402 list.removeAll(Collections.singleton(Boolean.TRUE)); in assertImmutable() 423 list.removeAll(Collections.singleton(Boolean.TRUE)); in assertImmutable()
|
D | DoubleArrayListTest.java | 258 assertTrue(list.addAll(Collections.singleton(1D))); in testAddAll() 349 list.addAll(0, Collections.singleton(1D)); in assertImmutable() 405 list.removeAll(Collections.singleton(1D)); in assertImmutable() 426 list.retainAll(Collections.singleton(1D)); in assertImmutable()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/ |
D | message.cc | 288 static GeneratedMessageFactory* singleton(); 322 GeneratedMessageFactory* GeneratedMessageFactory::singleton() { in singleton() function in google::protobuf::__anon9dfd28d60111::GeneratedMessageFactory 393 return GeneratedMessageFactory::singleton(); in generated_factory() 398 GeneratedMessageFactory::singleton()->RegisterFile(filename, in InternalRegisterGeneratedFile() 404 GeneratedMessageFactory::singleton()->RegisterType(descriptor, prototype); in InternalRegisterGeneratedMessage()
|
D | struct.proto | 81 // `NullValue` is a singleton enumeration to represent the null value for the
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/google/protobuf/ |
D | Empty.pbobjc.m | 36 // about thread safety of the singleton.
|
D | SourceContext.pbobjc.m | 36 // about thread safety of the singleton.
|
D | FieldMask.pbobjc.m | 36 // about thread safety of the singleton.
|
D | Timestamp.pbobjc.m | 36 // about thread safety of the singleton.
|
D | Duration.pbobjc.m | 36 // about thread safety of the singleton.
|
D | Any.pbobjc.m | 36 // about thread safety of the singleton.
|
D | Struct.pbobjc.m | 37 // about thread safety of the singleton.
|
D | Api.pbobjc.m | 53 // about thread safety of the singleton.
|
/frameworks/base/media/java/android/media/ |
D | Metadata.java | 217 public static final Set<Integer> MATCH_ALL = Collections.singleton(ANY);
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/scanner/ |
D | BackgroundScanSchedulerTest.java | 94 Collection<ScanSettings> requests = Collections.singleton(createRequest( in singleRequest() 111 Collection<ScanSettings> requests = Collections.singleton(createRequest( in singleRequestWithoutPredefinedBucket() 419 Collection<ScanSettings> requests = Collections.singleton(createRequest( in singleExponentialBackOffRequest()
|
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/testables/ |
D | TestableDeviceConfig.java | 164 when(properties.getKeyset()).thenReturn(Collections.singleton(name));
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/cmake/ |
D | extract_includes.bat.in | 105 …UF_SOURCE_WIN32_PATH}\..\src\google\protobuf\stubs\singleton.h include\google\protobuf\stubs\singl…
|
/frameworks/base/tests/net/java/com/android/server/connectivity/ |
D | PermissionMonitorTest.java | 491 final Set<UidRange> vpnRange2 = Collections.singleton(new UidRange(MOCK_UID2, MOCK_UID2)); in testUidFilteringDuringVpnConnectDisconnectAndUidUpdates() 536 final Set<UidRange> vpnRange = Collections.singleton(UidRange.createForUser(MOCK_USER1)); in testUidFilteringDuringPackageInstallAndUninstall()
|