Home
last modified time | relevance | path

Searched refs:LOCAL (Results 1 – 25 of 104) sorted by relevance

12345

/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/data/paging/
DMediaProviderClientTest.kt68 availableProviders = listOf(Provider("provider", MediaSource.LOCAL, 0)), in <lambda>()
88 Provider(authority = "local_authority", mediaSource = MediaSource.LOCAL, uid = 0), in <lambda>()
92 mediaSource = MediaSource.LOCAL, in <lambda>()
121 Provider(authority = "local_authority", mediaSource = MediaSource.LOCAL, uid = 0), in testRefreshLocalOnlyMedia()
124 mediaSource = MediaSource.LOCAL, in testRefreshLocalOnlyMedia()
160 Provider(authority = "local_authority", mediaSource = MediaSource.LOCAL, uid = 0), in <lambda>()
163 mediaSource = MediaSource.LOCAL, in <lambda>()
201 availableProviders = listOf(Provider("provider", MediaSource.LOCAL, 0)), in <lambda>()
228 availableProviders = listOf(Provider(albumAuthority, MediaSource.LOCAL, 0)), in <lambda>()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DAccountWithDataSet.java36 public static final AccountWithDataSet LOCAL; field in AccountWithDataSet
44 LOCAL = new AccountWithDataSet(accountName, accountType, null);
82 return LOCAL.equals(this) || ( in isLocalAccount()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DDisconnectedCallNotifierTest.java78 Call call = createCall(new DisconnectCause(DisconnectCause.LOCAL, in testNotificationShownAfterEmergencyCall()
100 Call call = createCall(new DisconnectCause(DisconnectCause.LOCAL, in testNotificationShownForDisconnectedEmergencyCall()
125 Call call = createCall(new DisconnectCause(DisconnectCause.LOCAL)); in testNotificationNotShownAfterCall()
141 Call call = createCall(new DisconnectCause(DisconnectCause.LOCAL, in testNotificationClearedForEmergencyCall()
DCallLogManagerTest.java1020 DisconnectCause.LOCAL, // disconnectCauseCode in testCallComposerElements()
1068 DisconnectCause.LOCAL, // disconnectCauseCode in testDoNotLogConferenceWithNoChildren()
1091 DisconnectCause.LOCAL, // disconnectCauseCode in testDoNotLogCallExtra()
1116 DisconnectCause.LOCAL, // disconnectCauseCode in testIgnoresDoNotLogCallExtra_whenFlagDisabled()
1140 DisconnectCause.LOCAL, // disconnectCauseCode in testDoNotLogConferenceWithChildren()
1162 DisconnectCause.LOCAL, // disconnectCauseCode in testLogRemotelyHostedConferenceWithChildren()
1185 DisconnectCause.LOCAL, // disconnectCauseCode in testLogRemotelyHostedConferenceWithNoChildren()
1208 DisconnectCause.LOCAL, // disconnectCauseCode in testDoNotLogChildOfRemotelyHostedConference()
1224 DisconnectCause.LOCAL, // disconnectCauseCode in testDoNotLogChildOfRemotelyHostedConference()
/packages/apps/Dialer/java/com/android/dialer/simulator/impl/
DSimulatorConnectionsBankImpl.java83 connection.setDisconnected(new DisconnectCause(DisconnectCause.LOCAL)); in disconnectAllConnections()
137 connection.setDisconnected(new DisconnectCause(DisconnectCause.LOCAL)); in onEvent()
139 conference.setDisconnected(new DisconnectCause(DisconnectCause.LOCAL)); in onEvent()
DSimulatorConferenceCreator.java181 connection.setDisconnected(new DisconnectCause(DisconnectCause.LOCAL)); in onEvent()
205 connection.setDisconnected(new DisconnectCause(DisconnectCause.LOCAL)); in onEvent()
207 conference.setDisconnected(new DisconnectCause(DisconnectCause.LOCAL)); in onEvent()
/packages/apps/Launcher3/tests/src/com/android/launcher3/dragging/
DTaplUninstallRemoveTest.java25 import static com.android.launcher3.util.rule.TestStabilityRule.LOCAL;
101 @TestStabilityRule.Stability(flavors = LOCAL | PLATFORM_POSTSUBMIT) // b/311099513
181 @TestStabilityRule.Stability(flavors = LOCAL | PLATFORM_POSTSUBMIT) // b/338869019
/packages/services/Car/cpp/computepipe/tests/runner/graph/
DLocalPrebuiltGraphTest.cpp58 EXPECT_EQ(graph->GetGraphType(), PrebuiltGraphType::LOCAL); in TEST()
70 EXPECT_EQ(graph->GetGraphType(), PrebuiltGraphType::LOCAL); in TEST()
116 EXPECT_EQ(graph->GetGraphType(), PrebuiltGraphType::LOCAL); in TEST()
/packages/providers/MediaProvider/photopicker/src/com/android/photopicker/data/model/
DGroup.kt61 MediaSource.LOCAL -> DataSource.LOCAL in getDataSource()
DMedia.kt54 MediaSource.LOCAL -> DataSource.LOCAL in getDataSource()
DMediaSource.kt25 LOCAL,
/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/data/model/
DMediaParcelableTest.kt41 mediaSource = MediaSource.LOCAL, in testMediaImageIsParcelable()
86 mediaSource = MediaSource.LOCAL, in testMediaVideoIsParcelable()
/packages/providers/MediaProvider/photopicker/tests/src/com/android/photopicker/data/
DTestMediaProvider.kt43 mediaSource = MediaSource.LOCAL, in <lambda>()
73 mediaSource = MediaSource.LOCAL, in <lambda>()
91 coverMediaSource = MediaSource.LOCAL in createAlbum()
DDataServiceImplTest.kt186 Provider(authority = "local_authority", mediaSource = MediaSource.LOCAL, uid = 0), in <lambda>()
236 Provider(authority = "local_authority", mediaSource = MediaSource.LOCAL, uid = 0), in <lambda>()
294 Provider(authority = "local_authority", mediaSource = MediaSource.LOCAL, uid = 0), in <lambda>()
388 Provider(authority = "local_authority", mediaSource = MediaSource.LOCAL, uid = 0), in <lambda>()
463 Provider(authority = "local_authority", mediaSource = MediaSource.LOCAL, uid = 0), in <lambda>()
516 Provider(authority = "local_authority", mediaSource = MediaSource.LOCAL, uid = 0), in <lambda>()
660 mediaSource = MediaSource.LOCAL, in <lambda>()
/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
DTaplOverviewIconTest.java18 import static com.android.launcher3.util.rule.TestStabilityRule.LOCAL;
72 @TestStabilityRule.Stability(flavors = LOCAL | PLATFORM_POSTSUBMIT) // b/288939273
DTaplTestsTrackpad.java19 import static com.android.launcher3.util.rule.TestStabilityRule.LOCAL;
99 @TestStabilityRule.Stability(flavors = LOCAL | PLATFORM_POSTSUBMIT) // b/336606166
DTaplTestsSplitscreen.java20 import static com.android.launcher3.util.rule.TestStabilityRule.LOCAL;
75 @TestStabilityRule.Stability(flavors = PLATFORM_POSTSUBMIT | LOCAL) // b/295225524
DTaplTestsQuickstep.java19 import static com.android.launcher3.util.rule.TestStabilityRule.LOCAL;
270 @TestStabilityRule.Stability(flavors = LOCAL | PLATFORM_POSTSUBMIT)
297 @TestStabilityRule.Stability(flavors = LOCAL | PLATFORM_POSTSUBMIT)
329 @TestStabilityRule.Stability(flavors = LOCAL | PLATFORM_POSTSUBMIT) // b/325659406
/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/widget/
DTaplAddWidgetTest.java18 import static com.android.launcher3.util.rule.TestStabilityRule.LOCAL;
105 @Stability(flavors = LOCAL | PLATFORM_POSTSUBMIT) // b/316910614
DTaplBindWidgetTest.java26 import static com.android.launcher3.util.rule.TestStabilityRule.LOCAL;
146 @TestStabilityRule.Stability(flavors = LOCAL | PLATFORM_POSTSUBMIT) // b/310242894
196 @TestStabilityRule.Stability(flavors = LOCAL | PLATFORM_POSTSUBMIT) // b/310242894
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsDatabaseHelperTest.java112 assertEquals(a1id, mDbHelper.getOrCreateAccountIdInTransaction(AccountWithDataSet.LOCAL)); in testGetOrCreateAccountId()
113 assertEquals((Long) a1id, mDbHelper.getAccountIdOrNull(AccountWithDataSet.LOCAL)); in testGetOrCreateAccountId()
118 assertNull(mDbHelper.getAccountIdOrNull(AccountWithDataSet.LOCAL)); in testGetOrCreateAccountId()
278 AccountWithDataSet.LOCAL); in testUpgradeHashId()
316 AccountWithDataSet.LOCAL); in testUpgradeHashIdForPhoto()
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/util/rule/
DTestStabilityRule.java55 public static final int LOCAL = 0x1; field in TestStabilityRule
134 sRunFlavor = LOCAL;
/packages/modules/Uwb/service/java/com/android/server/uwb/secure/
DInitiatorSession.java157 handleTunnelDataFailure(msgId, TunnelDataFailReason.LOCAL); in tunnelData()
194 LOCAL, enumConstant
/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/v2/model/
DMediaSource.java23 LOCAL, enumConstant
/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/workspace/
DTaplTwoPanelWorkspaceTest.java23 import static com.android.launcher3.util.rule.TestStabilityRule.LOCAL;
117 @TestStabilityRule.Stability(flavors = LOCAL | PLATFORM_POSTSUBMIT) // b/329935119
250 @TestStabilityRule.Stability(flavors = LOCAL | PLATFORM_POSTSUBMIT) // b/329935119

12345