Searched defs:oldIds (Results 1 – 4 of 4) sorted by relevance
77 val oldIds = intent.getIntArrayExtra(AppWidgetManager.EXTRA_APPWIDGET_OLD_IDS) in onReceive() constant
201 val oldIds = intArrayOf(1, 2, 3) in restoreWidgets_oldToNewIdsMappingInvalid_abortRestore() constant
96 int[] oldIds = extras.getIntArray(AppWidgetManager.EXTRA_APPWIDGET_OLD_IDS); in onReceive() local
6823 int[] oldIds = new int[pending]; in maybeSendWidgetRestoreBroadcastsLocked() local6857 int[] oldIds = new int[pending]; in maybeSendWidgetRestoreBroadcastsLocked() local6992 Host host, int[] oldIds, int[] newIds, UserHandle userHandle) { in sendWidgetRestoreBroadcastLocked()