Searched defs:newIds (Results 1 – 5 of 5) sorted by relevance
78 val newIds = intent.getIntArrayExtra(AppWidgetManager.EXTRA_APPWIDGET_IDS) in onReceive() constant
202 val newIds = intArrayOf(6, 7, 8, 9) in restoreWidgets_oldToNewIdsMappingInvalid_abortRestore() constant
97 int[] newIds = extras.getIntArray(AppWidgetManager.EXTRA_APPWIDGET_IDS); in onReceive() local
192 val newIds = visibleActions.map { it.id } in <lambda>() constant
1068 IntArray newIds = new IntArray(1); in ensureGroupStateLoadedLocked() local6824 int[] newIds = new int[pending]; in maybeSendWidgetRestoreBroadcastsLocked() local6858 int[] newIds = new int[pending]; in maybeSendWidgetRestoreBroadcastsLocked() local6992 Host host, int[] oldIds, int[] newIds, UserHandle userHandle) { in sendWidgetRestoreBroadcastLocked()