Home
last modified time | relevance | path

Searched refs:targetId (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/safetycenter/ui/
DTextFadeAnimator.kt41 targetId: Int,
43 ) : this(listOf(targetId), changeDuration)
51 for (targetId in targetIds) { variable
52 transition = transition.addTarget(targetId)
/packages/services/Car/cpp/evs/manager/1.1/stats/
DStatsCollector.cpp299 Result<std::string> StatsCollector::stopCustomCollection(std::string targetId) { in stopCustomCollection() argument
318 if (EqualsIgnoreCase(targetId, kDumpAllDevices)) { in stopCustomCollection()
335 auto it = mCustomCollectionInfo.records.find(targetId); in stopCustomCollection()
341 targetId.c_str(), kSingleIndent, it->second.history.size(), kSingleIndent, in stopCustomCollection()
353 StringAppendF(&buffer, "%s has not been monitored.", targetId.c_str()); in stopCustomCollection()
/packages/services/Car/cpp/evs/manager/aidl/stats/src/
DStatsCollector.cpp303 Result<std::string> StatsCollector::stopCustomCollection(const std::string& targetId) { in stopCustomCollection() argument
325 if (EqualsIgnoreCase(targetId, kDumpAllDevices)) { in stopCustomCollection()
342 auto it = mCustomCollectionInfo.records.find(targetId); in stopCustomCollection()
348 targetId.data(), kSingleIndent, it->second.history.size(), kSingleIndent, in stopCustomCollection()
360 StringAppendF(&buffer, "%s has not been monitored.", targetId.data()); in stopCustomCollection()
/packages/modules/IntentResolver/java/src/com/android/intentresolver/model/
DAppPredictionServiceResolverComparator.java294 AppTargetId targetId = new AppTargetId(targetComponent.toString()); in notifyOnTargetSelected() local
296 new AppTarget.Builder(targetId, targetComponent.getPackageName(), mUser) in notifyOnTargetSelected()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/user/
DBaseCarUserServiceTestCase.java1043 protected void assertPostSwitch(int requestId, int currentId, int targetId) { in assertPostSwitch() argument
1044 verify(mUserHal).postSwitchResponse(isSwitchUserRequest(requestId, currentId, targetId)); in assertPostSwitch()
1047 protected void assertHalSwitch(int currentId, int targetId) { in assertHalSwitch() argument
1048 verify(mUserHal).switchUser(isSwitchUserRequest(0, currentId, targetId), in assertHalSwitch()
/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DWorkspace.java374 LauncherInstrumentation launcher, String targetId) {
377 targetId).getVisibleCenter();