Home
last modified time | relevance | path

Searched refs:pendingIntentMap (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/drawer/
DProviderTileTest.java191 tile.pendingIntentMap.put( in hasPendingIntent_notEmpty_returnsTrue()
239 tile.pendingIntentMap.put( in getType_withSwitchAndPendingIntent_returnsSwitchWithAction()
248 tile.pendingIntentMap.put( in getType_withPendingIntent_returnsExternalAction()
DActivityTileTest.java210 tile.pendingIntentMap.put( in hasPendingIntent_notEmpty_returnsTrue()
DTileUtilsTest.java432 assertThat(outTiles.get(0).pendingIntentMap).containsExactly( in loadTilesForAction_withPendingIntent_updatesPendingIntentMap()
/frameworks/base/packages/SettingsLib/Tile/src/com/android/settingslib/drawer/
DTile.java63 public HashMap<UserHandle, PendingIntent> pendingIntentMap = new HashMap<>(); field in Tile
185 return !pendingIntentMap.isEmpty(); in hasPendingIntent()
DTileUtils.java398 tile.pendingIntentMap.put( in loadTile()