Searched refs:makeIntent (Results 1 – 4 of 4) sorted by relevance
57 final Intent intent = makeIntent(OP_START_ACTION); in startAction()73 final Intent intent = PendingActionReceiver.makeIntent(OP_START_ACTION); in scheduleAction()88 final Intent intent = makeIntent(OP_RECEIVE_BACKGROUND_RESPONSE); in handleResponseFromBackgroundWorker()104 final Intent intent = makeIntent(OP_RECEIVE_BACKGROUND_FAILURE); in handleFailureFromBackgroundWorker()142 private static Intent makeIntent(final int opcode) { in makeIntent() method in ActionServiceImpl158 public static Intent makeIntent(final int opcode) { in makeIntent() method in ActionServiceImpl.PendingActionReceiver198 final Intent intent = PendingActionReceiver.makeIntent(OP_START_ACTION); in makeStartActionPendingIntent()
46 public static Intent makeIntent(ShortcutInfo si) { in makeIntent() method in ShortcutKey
164 intent = ShortcutKey.makeIntent(shortcutInfo); in updateFromDeepShortcutInfo()
384 launchIntent = ShortcutKey.makeIntent(info); in PendingInstallShortcutInfo()