Searched refs:testExtra (Results 1 – 1 of 1) sorted by relevance
102 Bundle testExtra; in onCreateOutgoingConnection() local104 testExtra = request.getExtras(); in onCreateOutgoingConnection()106 testExtra = new Bundle(); in onCreateOutgoingConnection()109 testExtra.putString(EXTRA_TEST, TEST_VALUE); in onCreateOutgoingConnection()110 connection.putExtras(testExtra); in onCreateOutgoingConnection()135 Bundle testExtra = new Bundle(); in onCreateIncomingConnection() local136 testExtra.putString(EXTRA_TEST, TEST_VALUE); in onCreateIncomingConnection()137 connection.putExtras(testExtra); in onCreateIncomingConnection()