Home
last modified time | relevance | path

Searched refs:currentId (Results 1 – 12 of 12) sorted by relevance

/packages/services/Car/car-lib/src/android/car/watchdog/
DCarWatchdogManager.java271 Preconditions.checkArgument(sessionId != -1 && mSession.currentId == sessionId, in tellClientAlive()
273 + ") doesn't match the current one (" + mSession.currentId + ")."); in tellClientAlive()
774 mSession.currentId = sessionId; in checkClientStatus()
809 sessionId = mSession.currentId; in checkMainThread()
1020 public int currentId; field in CarWatchdogManager.SessionInfo
1023 SessionInfo(int currentId, int lastReportedId) { in SessionInfo() argument
1024 this.currentId = currentId; in SessionInfo()
/packages/apps/Camera2/src/com/android/camera/app/
DCameraController.java281 int currentId = mCameraProxy.getCameraId(); in releaseCamera() local
282 if (currentId != id) { in releaseCamera()
285 + "opened (current:requested): " + currentId + ":" + id); in releaseCamera()
289 + currentId + ":" + mRequestingCameraId + ":" + id); in releaseCamera()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/customization/ui/
DCustomizationPickerActivity2.kt95 override fun onTransitionCompleted(motionLayout: MotionLayout?, currentId: Int) { in <lambda>()
97 currentId == R.id.expanded_header_primary || in <lambda>()
98 currentId == R.id.collapsed_header_primary in <lambda>()
293 override fun onTransitionCompleted(motionLayout: MotionLayout?, currentId: Int) { in <lambda>()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/preview/ui/view/
DPreviewTabs.kt87 override fun onTransitionCompleted(motionLayout: MotionLayout?, currentId: Int) { in onTransitionCompleted()
88 if (currentId == R.id.primary_tab_selected) { in onTransitionCompleted()
93 } else if (currentId == R.id.secondary_tab_selected) { in onTransitionCompleted()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapSmsPdu.java167 int currentId = pdu.read(); in cdmaGetParameterOffset() local
170 if (currentId == parameterId) { in cdmaGetParameterOffset()
207 int currentId = pdu.read(); in cdmaGetSubParameterOffset() local
210 if (currentId == subParameterId) { in cdmaGetSubParameterOffset()
/packages/apps/Camera2/src/com/android/camera/widget/
DFilmstripLayout.java211 int currentId = controller.getCurrentAdapterIndex(); in notifyShown() local
213 mListener.onEnterFilmstrip(currentId); in notifyShown()
215 mListener.onEnterFullScreenUiShown(currentId); in notifyShown()
/packages/apps/Contacts/src/com/android/contacts/model/
DRawContactDeltaList.java335 final Long currentId = getRawContactId(i); in indexOfRawContactId() local
336 if (rawContactId.equals(currentId)) { in indexOfRawContactId()
/packages/apps/ThemePicker/src/com/android/customization/picker/clock/ui/view/
DClockCarouselView.kt183 override fun onTransitionCompleted(motionLayout: MotionLayout?, currentId: Int) { in <lambda>()
184 setCarouselItemAnimationState(currentId == R.id.start) in <lambda>()
/packages/apps/Launcher3/src/com/android/launcher3/model/
DModelWriter.java546 int currentId = mBgDataModel.lastBindId;
547 if (currentId > executeId) {
/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/Car/SystemUI/src/com/android/systemui/car/privacy/
DPrivacyChip.java118 public void onTransitionCompleted(MotionLayout motionLayout, int currentId) {} in onFinishInflate()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
DFilterShowActivity.java306 final int currentId = currentEditor.getID(); in loadEditorPanel() local
311 panel.setEditor(currentId); in loadEditorPanel()