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