Searched refs:tokenBytes (Results 1 – 4 of 4) sorted by relevance
297 byte[] tokenBytes = createArbitraryTokenBytes(); in getRulesState_operationInProgress()321 byte[] tokenBytes = createArbitraryTokenBytes(); in requestInstall_operationInProgress()377 byte[] tokenBytes = createArbitraryTokenBytes(); in requestInstall_nullParcelFileDescriptor()398 byte[] tokenBytes = createArbitraryTokenBytes(); in requestInstall_nullCallback()423 byte[] tokenBytes = token.toByteArray(); in requestInstall_asyncSuccess()498 byte[] tokenBytes = token.toByteArray(); in requestInstall_asyncInstallFail()603 byte[] tokenBytes = token.toByteArray(); in requestUninstall_asyncSuccess()637 byte[] tokenBytes = token.toByteArray(); in requestUninstall_asyncNothingInstalled()701 byte[] tokenBytes = token.toByteArray(); in requestUninstall_asyncUninstallFail()741 byte[] tokenBytes = token.toByteArray(); in requestNothing_operationInProgressOk()[all …]
55 byte[] tokenBytes = new byte[] { 1, 2, 3, 4, 5 }; in sendBroadcast()58 expectedIntent.putExtra(RulesUpdaterContract.EXTRA_CHECK_TOKEN, tokenBytes); in sendBroadcast()62 RulesUpdaterContract.sendBroadcast(mockContext, packageName, tokenBytes); in sendBroadcast()
57 static CheckToken fromByteArray(byte[] tokenBytes) throws IOException { in fromByteArray() argument58 ByteArrayInputStream bais = new ByteArrayInputStream(tokenBytes); in fromByteArray()
174 private DistroOperation getOperation(Context context, byte[] tokenBytes) { in getOperation() argument175 EventLogTags.writeTimezoneCheckReadFromDataApp(Arrays.toString(tokenBytes)); in getOperation()