Searched refs:pendingIntentMap (Results 1 – 5 of 5) sorted by relevance
191 tile.pendingIntentMap.put( in hasPendingIntent_notEmpty_returnsTrue()239 tile.pendingIntentMap.put( in getType_withSwitchAndPendingIntent_returnsSwitchWithAction()248 tile.pendingIntentMap.put( in getType_withPendingIntent_returnsExternalAction()
210 tile.pendingIntentMap.put( in hasPendingIntent_notEmpty_returnsTrue()
432 assertThat(outTiles.get(0).pendingIntentMap).containsExactly( in loadTilesForAction_withPendingIntent_updatesPendingIntentMap()
63 public HashMap<UserHandle, PendingIntent> pendingIntentMap = new HashMap<>(); field in Tile185 return !pendingIntentMap.isEmpty(); in hasPendingIntent()
398 tile.pendingIntentMap.put( in loadTile()