Searched refs:getId (Results 126 - 150 of 705) sorted by relevance

1234567891011>>

/frameworks/support/room/integration-tests/testapp/src/androidTest/java/androidx/room/integration/testapp/vo/
H A DSchool.java34 public int getId() { method in class:School
H A DToy.java32 public int getId() { method in class:Toy
/frameworks/support/room/integration-tests/testapp/src/main/java/androidx/room/integration/testapp/database/
H A DCustomer.java37 public int getId() { method in class:Customer
108 return oldItem.getId() == newItem.getId();
/frameworks/support/samples/SupportDesignDemos/src/main/java/com/example/android/support/design/widget/
H A DBottomSheetWithFab.java41 if (v.getId() == R.id.toggle && mBehavior != null) {
/frameworks/av/media/libstagefright/
H A DMediaSync.cpp623 ALOGV("acquired buffer %#llx from input", (long long)bufferItem.mGraphicBuffer->getId());
635 if (mBuffersFromInput.indexOfKey(bufferItem.mGraphicBuffer->getId()) >= 0) {
642 mBuffersFromInput.add(bufferItem.mGraphicBuffer->getId(), bufferItem.mGraphicBuffer);
689 if (mBuffersSentToOutput.indexOfKey(bufferItem.mGraphicBuffer->getId()) >= 0) {
695 mBuffersSentToOutput.add(bufferItem.mGraphicBuffer->getId(), bufferItem.mGraphicBuffer);
697 ALOGV("queued buffer %#llx to output", (long long)bufferItem.mGraphicBuffer->getId());
719 ALOGV("detached buffer %#llx from output", (long long)buffer->getId());
727 ssize_t ix = mBuffersSentToOutput.indexOfKey(buffer->getId());
739 ssize_t ix = mBuffersFromInput.indexOfKey(buffer->getId());
765 ALOGV("released buffer %#llx to input", (long long)oldBuffer->getId());
[all...]
/frameworks/base/core/tests/coretests/src/android/print/
H A DIPrintManagerParametersTest.java245 assertEquals(mGoodPrintJob.getId(), mIPrintManager.getPrintJobInfo(mGoodPrintJob.getId(),
246 mAppId, mUserId).getId());
251 () -> mIPrintManager.getPrintJobInfo(mGoodPrintJob.getId(), BAD_APP_ID, mUserId),
271 if (info.getId().equals(mGoodPrintJob.getId())) {
335 () -> mIPrintManager.cancelPrintJob(mGoodPrintJob.getId(), BAD_APP_ID, mUserId),
341 mIPrintManager.cancelPrintJob(mGoodPrintJob.getId(), mAppId, mUserId);
354 mIPrintManager.restartPrintJob(mGoodPrintJob.getId(), mAppId, mUserId);
361 () -> mIPrintManager.restartPrintJob(mGoodPrintJob.getId(), BAD_APP_I
[all...]
/frameworks/support/leanback/src/main/java/androidx/leanback/widget/
H A DImageCardView.java226 relativeLayoutParams.addRule(RelativeLayout.END_OF, mBadgeImage.getId());
228 relativeLayoutParams.addRule(RelativeLayout.START_OF, mBadgeImage.getId());
244 relativeLayoutParams.addRule(RelativeLayout.END_OF, mBadgeImage.getId());
253 relativeLayoutParams.addRule(RelativeLayout.ALIGN_BOTTOM, mContentView.getId());
255 relativeLayoutParams.addRule(RelativeLayout.ALIGN_BOTTOM, mTitleView.getId());
/frameworks/av/camera/ndk/impl/
H A DACameraDevice.cpp222 ALOGE("Camera %s submit capture request failed! ret %d", getId(), ret);
248 ALOGE("Camera %s stop repeating failed! ret %d", getId(), ret);
259 ALOGE("Camera %s submit request remote failure: ret %d", getId(), sequenceId);
324 getId());
335 getId());
345 ALOGE("Camera device %s invalid operation: %s", getId(),
350 ALOGE("Camera device %s output surface already exists: %s", getId(),
355 ALOGE("Camera device %s invalid input argument: %s", getId(),
360 ALOGE("Camera device %s failed to add shared output: %s", getId(),
475 ALOGW("Camera device %s is already closing.", getId());
[all...]
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPrintActivity.java315 mSpoolerProvider.getSpooler().setPrintJobState(mPrintJob.getId(),
349 PrintActivity.this, mPrintJob.getId()));
397 mPrinterRegistry.setTrackedPrinter(mCurrentPrinter.getId());
408 spooler.setPrintJobState(mPrintJob.getId(), PrintJobInfo.STATE_CANCELED, null);
421 spooler.setPrintJobState(mPrintJob.getId(), PrintJobInfo.STATE_COMPLETED,
424 spooler.setPrintJobState(mPrintJob.getId(), PrintJobInfo.STATE_QUEUED,
430 spooler.setPrintJobState(mPrintJob.getId(), PrintJobInfo.STATE_FAILED,
435 spooler.setPrintJobState(mPrintJob.getId(), PrintJobInfo.STATE_CANCELED, null);
780 mPrintJob.setPrinterId(printerInfo.getId());
793 printerInfo.getId()
[all...]
/frameworks/base/core/java/android/hardware/location/
H A DContextHubManager.java396 mService.loadNanoAppOnHub(hubInfo.getId(), callback, appBinary);
424 mService.unloadNanoAppFromHub(hubInfo.getId(), callback, nanoAppId);
452 mService.enableNanoApp(hubInfo.getId(), callback, nanoAppId);
480 mService.disableNanoApp(hubInfo.getId(), callback, nanoAppId);
507 mService.queryNanoApps(hubInfo.getId(), callback);
656 clientProxy = mService.createClient(clientInterface, hubInfo.getId());
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DNotificationController.java118 PrintJobId printJobId = printJob.getId();
183 .setContentIntent(createContentIntent(printJob.getId()))
219 mNotificationManager.notify(printJob.getId().flattenToString(), 0, builder.build());
229 mContext.getString(R.string.restart), createRestartIntent(printJob.getId()));
284 intent.setAction(INTENT_ACTION_CANCEL_PRINTJOB + "_" + printJob.getId().flattenToString());
285 intent.putExtra(EXTRA_PRINT_JOB_ID, printJob.getId());
/frameworks/support/frameworks/support/samples/SupportLeanbackDemos/src/main/java/com/example/android/leanback/
H A DGuidedStepActivity.java239 if (action.getId() == GuidedAction.ACTION_ID_CONTINUE) {
241 } else if (action.getId() == REFRESH) {
259 } else if (action.getId() == GuidedAction.ACTION_ID_CANCEL){
320 if (action.getId() == GuidedAction.ACTION_ID_OK) {
341 if (action.getId() == NEW_PAYMENT) {
357 } else if (action.getId() == PAYMENT_EXPIRE) {
409 if (action.getId() == PASSWORD) {
451 if (action.getId() == GuidedAction.ACTION_ID_CONTINUE) {
473 if (action.getId() == PASSWORD) {
604 if (action.getId()
[all...]
H A DGuidedStepSupportActivity.java242 if (action.getId() == GuidedAction.ACTION_ID_CONTINUE) {
244 } else if (action.getId() == REFRESH) {
262 } else if (action.getId() == GuidedAction.ACTION_ID_CANCEL){
323 if (action.getId() == GuidedAction.ACTION_ID_OK) {
344 if (action.getId() == NEW_PAYMENT) {
360 } else if (action.getId() == PAYMENT_EXPIRE) {
412 if (action.getId() == PASSWORD) {
454 if (action.getId() == GuidedAction.ACTION_ID_CONTINUE) {
476 if (action.getId() == PASSWORD) {
607 if (action.getId()
[all...]
H A DGuidedStepHalfScreenActivity.java93 if (action.getId() == GuidedAction.ACTION_ID_CONTINUE) {
95 } else if (action.getId() == GuidedAction.ACTION_ID_CANCEL){
H A DGuidedStepSupportHalfScreenActivity.java96 if (action.getId() == GuidedAction.ACTION_ID_CONTINUE) {
98 } else if (action.getId() == GuidedAction.ACTION_ID_CANCEL){
/frameworks/support/samples/SupportLeanbackDemos/src/main/java/com/example/android/leanback/
H A DGuidedStepActivity.java239 if (action.getId() == GuidedAction.ACTION_ID_CONTINUE) {
241 } else if (action.getId() == REFRESH) {
259 } else if (action.getId() == GuidedAction.ACTION_ID_CANCEL){
320 if (action.getId() == GuidedAction.ACTION_ID_OK) {
341 if (action.getId() == NEW_PAYMENT) {
357 } else if (action.getId() == PAYMENT_EXPIRE) {
409 if (action.getId() == PASSWORD) {
451 if (action.getId() == GuidedAction.ACTION_ID_CONTINUE) {
473 if (action.getId() == PASSWORD) {
604 if (action.getId()
[all...]
H A DGuidedStepSupportActivity.java242 if (action.getId() == GuidedAction.ACTION_ID_CONTINUE) {
244 } else if (action.getId() == REFRESH) {
262 } else if (action.getId() == GuidedAction.ACTION_ID_CANCEL){
323 if (action.getId() == GuidedAction.ACTION_ID_OK) {
344 if (action.getId() == NEW_PAYMENT) {
360 } else if (action.getId() == PAYMENT_EXPIRE) {
412 if (action.getId() == PASSWORD) {
454 if (action.getId() == GuidedAction.ACTION_ID_CONTINUE) {
476 if (action.getId() == PASSWORD) {
607 if (action.getId()
[all...]
H A DGuidedStepHalfScreenActivity.java93 if (action.getId() == GuidedAction.ACTION_ID_CONTINUE) {
95 } else if (action.getId() == GuidedAction.ACTION_ID_CANCEL){
H A DGuidedStepSupportHalfScreenActivity.java96 if (action.getId() == GuidedAction.ACTION_ID_CONTINUE) {
98 } else if (action.getId() == GuidedAction.ACTION_ID_CANCEL){
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/events/
H A DEventBus.java514 long callingThreadId = Thread.currentThread().getId();
515 if (callingThreadId != mHandler.getLooper().getThread().getId()) {
559 long callingThreadId = Thread.currentThread().getId();
560 if (callingThreadId != mHandler.getLooper().getThread().getId()) {
594 long callingThreadId = Thread.currentThread().getId();
595 if (callingThreadId != mHandler.getLooper().getThread().getId()) {
717 long callingThreadId = Thread.currentThread().getId();
718 if (callingThreadId != mHandler.getLooper().getThread().getId()) {
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/volume/
H A DVolumeDialogImplTest.java110 resourceName = getContext().getResources().getResourceName(view.getId());
112 assertTrue("View " + resourceName != null ? resourceName : view.getId()
/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
H A DCrossfadeMultiple.java96 int id = view.getId();
122 int id = view.getId();
/frameworks/support/content/src/main/java/androidx/contentpager/content/
H A DQuery.java85 public int getId() { method in class:Query
178 return getId();
/frameworks/support/preference/src/main/java/androidx/preference/
H A DCollapsiblePreferenceGroupController.java137 group.getId());
213 public long getId() { method in class:CollapsiblePreferenceGroupController.ExpandButton
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
H A DAppCompatProgressBarHelper.java85 int id = background.getId(i);
92 newBg.setId(i, background.getId(i));

Completed in 491 milliseconds

1234567891011>>