Searched refs:availableMemoryInBytes (Results 1 – 6 of 6) sorted by relevance
21 void onSuccess(long availableMemoryInBytes); in onSuccess() argument
859 long availableMemoryInBytes = EuiccManager.EUICC_MEMORY_FIELD_UNAVAILABLE; in getAvailableMemoryInBytes() local862 availableMemoryInBytes = in getAvailableMemoryInBytes()873 callback.onSuccess(availableMemoryInBytes); in getAvailableMemoryInBytes()
152 public void onGetAvailableMemoryInBytesComplete(long availableMemoryInBytes) { in testInitialState_forAvailableMemory_commandRejected()295 public void onGetAvailableMemoryInBytesComplete(long availableMemoryInBytes) { in testCommandDispatch_forAvailableMemory_success()299 availableMemoryInBytesRef.set(availableMemoryInBytes); in testCommandDispatch_forAvailableMemory_success()342 public void onGetAvailableMemoryInBytesComplete(long availableMemoryInBytes) { in testCommandDispatch_forAvailableMemory_unsupportedOperationException()403 public void onGetAvailableMemoryInBytesComplete(long availableMemoryInBytes) { in testCommandDispatch_forAvailableMemory_remoteException()463 public void onGetAvailableMemoryInBytesComplete(long availableMemoryInBytes) { in testCommandDispatch_forAvailableMemory_processDied()
2040 final long availableMemoryInBytes, in callGetAvailableMemoryInBytes() argument2049 cb.onGetAvailableMemoryInBytesComplete(availableMemoryInBytes); in callGetAvailableMemoryInBytes()
217 void onGetAvailableMemoryInBytesComplete(long availableMemoryInBytes); in onGetAvailableMemoryInBytesComplete() argument788 public void onSuccess(long availableMemoryInBytes) { in processMessage()793 availableMemoryInBytes); in processMessage()
1919 public void onGetAvailableMemoryInBytesComplete(long availableMemoryInBytes) { in blockingGetAvailableMemoryInBytesFromEuiccService()1920 memoryRef.set(availableMemoryInBytes); in blockingGetAvailableMemoryInBytesFromEuiccService()