Searched refs:EXTRA_TOKEN (Results 1 – 5 of 5) sorted by relevance
71 intent.putExtra(TileService.EXTRA_TOKEN, mTileToken); in testErrorRetrievingTile_nullBinding()82 intent.putExtra(TileService.EXTRA_TOKEN, mTileToken); in testNullTile_doesntSendStartSuccessful()95 intent.putExtra(TileService.EXTRA_TOKEN, mTileToken); in testBindSuccessful()
194 private static final String EXTRA_TOKEN = "token"; field in TrustAgentService260 byte[] token = data.getByteArray(EXTRA_TOKEN);770 msg.getData().putByteArray(EXTRA_TOKEN, token); in onEscrowTokenAdded()
165 public static final String EXTRA_TOKEN = "token"; field in TileService394 mTileToken = intent.getIBinderExtra(EXTRA_TOKEN); in onBind()
124 mIntent.putExtra(TileService.EXTRA_TOKEN, mToken); in TileLifecycleManager()
50211 Landroid/service/quicksettings/TileService;->EXTRA_TOKEN:Ljava/lang/String;50472 Landroid/service/trust/TrustAgentService;->EXTRA_TOKEN:Ljava/lang/String;