Searched refs:makeIntent (Results 1 – 4 of 4) sorted by relevance
56 final Intent intent = makeIntent(OP_START_ACTION); in startAction()72 final Intent intent = PendingActionReceiver.makeIntent(OP_START_ACTION); in scheduleAction()87 final Intent intent = makeIntent(OP_RECEIVE_BACKGROUND_RESPONSE); in handleResponseFromBackgroundWorker()103 final Intent intent = makeIntent(OP_RECEIVE_BACKGROUND_FAILURE); in handleFailureFromBackgroundWorker()140 private static Intent makeIntent(final int opcode) { in makeIntent() method in ActionServiceImpl156 public static Intent makeIntent(final int opcode) { in makeIntent() method in ActionServiceImpl.PendingActionReceiver196 final Intent intent = PendingActionReceiver.makeIntent(OP_START_ACTION); in makeStartActionPendingIntent()
59 public static Intent makeIntent(ShortcutInfo si) { in makeIntent() method in ShortcutKey
161 intent = ShortcutKey.makeIntent(shortcutInfo); in updateFromDeepShortcutInfo()
254 intent = ShortcutKey.makeIntent(info); in PendingInstallShortcutInfo()