Searched defs:oldIds (Results 1 – 4 of 4) sorted by relevance
67 val oldIds = intent.getIntArrayExtra(AppWidgetManager.EXTRA_APPWIDGET_OLD_IDS) in onReceive() constant
134 val oldIds = intArrayOf(1, 2, 3) in testAbortRestoreWidgetsIfOldToNewIdsMappingInvalid() constant
96 int[] oldIds = extras.getIntArray(AppWidgetManager.EXTRA_APPWIDGET_OLD_IDS); in onReceive() local
5598 int[] oldIds = new int[pending]; in maybeSendWidgetRestoreBroadcastsLocked() local5632 int[] oldIds = new int[pending]; in maybeSendWidgetRestoreBroadcastsLocked() local5765 Host host, int[] oldIds, int[] newIds, UserHandle userHandle) { in sendWidgetRestoreBroadcastLocked()