Home
last modified time | relevance | path

Searched defs:intent (Results 1 – 25 of 43) sorted by relevance

12

/device/sample/apps/tv/SetupCustomizationSample/app/src/main/java/com/google/android/tv/setup/customizationsample/
DBaseActivity.java66 Intent intent = new Intent().putExtra(Constants.USER_INITIATED, true); in registerKeyHandlerResultCancelledBack() local
75 final Intent intent = new Intent(); in registerKeyHandlerResultOk() local
83 final Intent intent = new Intent(); in registerKeyHandlerResultOk() local
88 final Intent intent = new Intent(); in registerKeyHandlerResultOkDpadCenterBoring() local
92 protected void registerKeyHandlerResultOk(int keyCode, String addendum, final Intent intent) { in registerKeyHandlerResultOk()
109 … void registerKeyHandler(int keyCode, String addendum, final int resultCode, final Intent intent) { in registerKeyHandler()
DPartnerReceiver.java14 public void onReceive(Context context, Intent intent) { in onReceive()
/device/sample/apps/tv/SetupValidation/app/src/main/java/com/google/android/tv/setup/customizationsample/
DBaseActivity.java66 Intent intent = new Intent().putExtra(Constants.USER_INITIATED, true); in registerKeyHandlerResultCancelledBack() local
75 final Intent intent = new Intent(); in registerKeyHandlerResultOk() local
83 final Intent intent = new Intent(); in registerKeyHandlerResultOk() local
88 final Intent intent = new Intent(); in registerKeyHandlerResultOkDpadCenterBoring() local
92 protected void registerKeyHandlerResultOk(int keyCode, String addendum, final Intent intent) { in registerKeyHandlerResultOk()
109 … void registerKeyHandler(int keyCode, String addendum, final int resultCode, final Intent intent) { in registerKeyHandler()
DPartnerReceiver.java14 public void onReceive(Context context, Intent intent) { in onReceive()
/device/sample/apps/tv/LeanbackCustomizer/src/com/google/android/leanbacklauncher/partnercustomizer/
DPartnerReceiver.java62 public void onReceive(Context context, Intent intent) { in onReceive()
113 Intent intent = mPkgMan.getLeanbackLaunchIntentForPackage(pkgName); in postNotification() local
139 Intent intent = new Intent(Intent.ACTION_VIEW); in getBackupIntent() local
145 private String getPackageName(Intent intent) { in getPackageName()
/device/google/cuttlefish/guest/monitoring/cuttlefish_service/java/com/android/google/gce/gceservice/
DGceBroadcastReceiver.java31 Intent intent = new Intent(context, GceService.class); in reportIntent() local
38 public void onReceive(Context context, Intent intent) { in onReceive()
DGceService.java108 public IBinder onBind(Intent intent) { in onBind()
176 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand()
/device/amlogic/yukawa/services/remotesyncreceiver/src/com/google/android/yukawaservice/
DRemoteSyncReceiver.java37 Intent intent = new Intent(ACTION_CONNECT_INPUT_NORMAL) in sendPairingIntent() local
48 public void onReceive(Context context, Intent intent) { in onReceive()
/device/generic/goldfish/radio/RadioConfig/src/com/android/emulator/radio/config/
DMeterService.java52 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand()
109 public IBinder onBind(Intent intent) { in onBind()
/device/amlogic/yukawa/services/micmuteprovider/src/com/google/android/tv/hotword/
DHotwordMicToggleService.java81 public int onStartCommand(Intent intent, int flags, int startId) { in onStartCommand()
121 public IBinder onBind(Intent intent) { in onBind()
DBootReceiver.java29 public void onReceive(Context context, Intent intent) { in onReceive()
/device/google/atv/TvSampleLeanbackLauncher/src/main/java/com/example/sampleleanbacklauncher/apps/
DLaunchItemsManager.java143 public IBinder onBind(Intent intent) { in onBind()
484 public void onReceive(Context context, Intent intent) { in onReceive()
492 public void onReceive(Context context, Intent intent) { in onReceive()
/device/sample/apps/upgrade/src/com/example/android/platform/upgrade/
DUpgrade.java34 public void onReceive(Context context, Intent intent) { in onReceive()
/device/generic/goldfish/slim/FakeSystemApp/src/com/android/fakesystemapp/messaging/
DStubMmsWapPushDeliverReceiver.java10 public void onReceive(Context context, Intent intent) { in onReceive()
DStubSmsDeliverReceiver.java10 public void onReceive(Context context, Intent intent) { in onReceive()
DStubNoConfirmationSmsSendService.java28 protected void onHandleIntent(Intent intent) { in onHandleIntent()
/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/pairing/
DBluetoothPairer.java208 private void onBondStateChanged(Intent intent) { in onBondStateChanged()
226 private void onConnectionStateChanged(Intent intent) { in onConnectionStateChanged()
/device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/settings/
DConnectedDevicesSliceProvider.java263 Intent intent = RestrictedLockUtils.getShowAdminSupportDetailsIntent(getContext(), in createGeneralSlice() local
615 Intent intent = new Intent(ACTION_TOGGLE_CHANGED); in createCecSlice() local
666 Intent intent = RestrictedLockUtils.getShowAdminSupportDetailsIntent(context, admin); in createBtDeviceSlicePreference() local
DResponseActivity.java121 Intent intent = new Intent(this, RemoteDfuActivity.class); in onChoice() local
DSliceBroadcastReceiver.java51 public void onReceive(Context context, Intent intent) { in onReceive()
/device/generic/goldfish/MultiDisplayProvider/src/com/android/emulator/multidisplay/
DMultiDisplayServiceReceiver.java30 public void onReceive(Context context, Intent intent) { in onReceive()
/device/google/atv/TvSampleLeanbackLauncher/src/main/java/com/example/sampleleanbacklauncher/
DLauncherActivity.java61 Intent intent = mSystemUpdateChecker.getSystemUpdateCheckerIntent(); in onResume() local
DSystemUpdateChecker.java69 Intent intent = new Intent(); in getSystemUpdateCheckerIntent() local
/device/generic/goldfish/slim/FakeSystemApp/src/com/android/fakesystemapp/systemui/
DSlimMediaProjectionPermissionActivity.java150 Intent intent = new Intent(); in getMediaProjectionIntent() local
/device/google/atv/FrameworkPackageStubs/src/com/android/tv/frameworkpackagestubs/
DStubs.java148 Intent intent = new Intent(Settings.ACTION_SHOW_WORK_POLICY_INFO) in hasWorkPolicyInfo() local

12