/device/sample/apps/tv/LeanbackCustomizer/src/com/google/android/leanbacklauncher/partnercustomizer/ |
D | PartnerReceiver.java | 62 public void onReceive(Context context, Intent intent) { in onReceive() argument 70 String action = intent.getAction(); in onReceive() 73 postNotification(getPackageName(intent)); in onReceive() 75 mRowCutoff = intent.getIntExtra(EXTRA_ROW_WRAPPING_CUTOFF, 0); in onReceive() 113 Intent intent = mPkgMan.getLeanbackLaunchIntentForPackage(pkgName); in postNotification() local 115 if (intent == null) { in postNotification() 118 intent = getBackupIntent(pkgName); in postNotification() 128 .setContentIntent(PendingIntent.getActivity(mContext, 0, intent, 0)) in postNotification() 139 Intent intent = new Intent(Intent.ACTION_VIEW); in getBackupIntent() local 140 intent.setData(Uri.parse("market://details?id=" + pkgName)); in getBackupIntent() [all …]
|
/device/google/cuttlefish_common/guest/monitoring/vsoc_service/java/com/android/google/gce/gceservice/ |
D | LocationServicesManager.java | 51 Intent intent = new Intent(); in execute() local 52 intent.setAction(ACTION_LOCATION_SERVICES_CONSENT_INTENT); in execute() 53 intent.setFlags(intent.getFlags() | in execute() 55 intent.putExtra(EXTRA_LOCATION_SERVICES_CONSENT_DISABLE, false); in execute() 56 mContext.startActivity(intent); in execute()
|
D | GceBroadcastReceiver.java | 33 Intent intent = new Intent(context, GceService.class); in reportIntent() local 34 intent.setAction(intentType); in reportIntent() 35 context.startService(intent); in reportIntent() 40 public void onReceive(Context context, Intent intent) { in onReceive() argument 41 if (intent != null) { in onReceive() 42 final String action = intent.getAction(); in onReceive()
|
D | GceService.java | 91 public IBinder onBind(Intent intent) { in onBind() argument 112 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand() argument 113 if (intent != null) { in onStartCommand() 114 mMostRecentAction = intent.getAction(); in onStartCommand()
|
/device/sample/apps/tv/SetupValidation/app/src/main/java/com/google/android/tv/setup/customizationsample/ |
D | BaseActivity.java | 66 Intent intent = new Intent().putExtra(Constants.USER_INITIATED, true); in registerKeyHandlerResultCancelledBack() local 67 registerKeyHandler(KeyEvent.KEYCODE_BACK, null, Activity.RESULT_CANCELED, intent); in registerKeyHandlerResultCancelledBack() 75 final Intent intent = new Intent(); in registerKeyHandlerResultOk() local 77 intent.putExtra(booleanExtraToSend, true); in registerKeyHandlerResultOk() 79 registerKeyHandlerResultOk(keyCode, addendum, intent); in registerKeyHandlerResultOk() 83 final Intent intent = new Intent(); in registerKeyHandlerResultOk() local 84 registerKeyHandlerResultOk(keyCode, addendum, intent); in registerKeyHandlerResultOk() 88 final Intent intent = new Intent(); in registerKeyHandlerResultOkDpadCenterBoring() local 89 …ndlerResultOk(KeyEvent.KEYCODE_DPAD_CENTER, "complete without doing anything interesting", intent); in registerKeyHandlerResultOkDpadCenterBoring() 92 protected void registerKeyHandlerResultOk(int keyCode, String addendum, final Intent intent) { in registerKeyHandlerResultOk() argument [all …]
|
D | PartnerReceiver.java | 14 public void onReceive(Context context, Intent intent) { in onReceive() argument
|
/device/sample/apps/tv/SetupCustomizationSample/app/src/main/java/com/google/android/tv/setup/customizationsample/ |
D | BaseActivity.java | 66 Intent intent = new Intent().putExtra(Constants.USER_INITIATED, true); in registerKeyHandlerResultCancelledBack() local 67 registerKeyHandler(KeyEvent.KEYCODE_BACK, null, Activity.RESULT_CANCELED, intent); in registerKeyHandlerResultCancelledBack() 75 final Intent intent = new Intent(); in registerKeyHandlerResultOk() local 77 intent.putExtra(booleanExtraToSend, true); in registerKeyHandlerResultOk() 79 registerKeyHandlerResultOk(keyCode, addendum, intent); in registerKeyHandlerResultOk() 83 final Intent intent = new Intent(); in registerKeyHandlerResultOk() local 84 registerKeyHandlerResultOk(keyCode, addendum, intent); in registerKeyHandlerResultOk() 88 final Intent intent = new Intent(); in registerKeyHandlerResultOkDpadCenterBoring() local 89 …ndlerResultOk(KeyEvent.KEYCODE_DPAD_CENTER, "complete without doing anything interesting", intent); in registerKeyHandlerResultOkDpadCenterBoring() 92 protected void registerKeyHandlerResultOk(int keyCode, String addendum, final Intent intent) { in registerKeyHandlerResultOk() argument [all …]
|
D | PartnerReceiver.java | 14 public void onReceive(Context context, Intent intent) { in onReceive() argument
|
/device/sample/apps/tv/LeanbackWidget/src/com/google/android/leanbacklauncher/partnerwidget/ |
D | ClockWidgetProvider.java | 21 public void onReceive(Context context, Intent intent) { in onReceive() argument 22 String intentAction = intent.getAction(); in onReceive() 31 int connectionStatus = intent.getIntExtra(EXTRA_INET_CONDITION, -551); in onReceive() 38 super.onReceive(context, intent); in onReceive()
|
/device/sample/apps/upgrade/src/com/example/android/platform/upgrade/ |
D | Upgrade.java | 34 public void onReceive(Context context, Intent intent) { in onReceive() argument
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/DataHubDxe/ |
D | DataHubDxe.uni | 17 // The intent of the data hub is for drivers that enumerate and configure parts of the system to re… 38 …de available to the OS for post-processing by OS-based applications. The intent of the data hub is…
|
D | DataHubDxe.inf | 17 # The intent of the data hub is for drivers that enumerate and configure parts of the system to re…
|
/device/linaro/bootloader/edk2/OvmfPkg/ |
D | README | 132 intent to make Secure Boot actually secure, by preventing the runtime guest OS
|