Home
last modified time | relevance | path

Searched refs:appIdentifier (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/companion/datatransfer/contextsync/
DCallMetadataSyncDataTest.java37 final String appIdentifier = "com.google.test"; in call_writeToBundle_fromBundle_reconstructsSuccessfully() local
47 new CallMetadataSyncData.CallFacilitator(appName, appIdentifier, extendedId); in call_writeToBundle_fromBundle_reconstructsSuccessfully()
62 assertThat(reconstructedCall.getFacilitator().getIdentifier()).isEqualTo(appIdentifier); in call_writeToBundle_fromBundle_reconstructsSuccessfully()
/frameworks/base/services/companion/java/com/android/server/companion/datatransfer/contextsync/
DCrossDeviceSyncController.java826 PhoneAccountHandle getPhoneAccountHandle(int associationId, String appIdentifier) { in getPhoneAccountHandle() argument
828 new PhoneAccountHandleIdentifier(associationId, appIdentifier)); in getPhoneAccountHandle()
899 String appIdentifier, in createPhoneAccount() argument
903 extras.putString(EXTRA_CALL_FACILITATOR_ID, appIdentifier); in createPhoneAccount()
918 PhoneAccountHandleIdentifier(int associationId, String appIdentifier) { in PhoneAccountHandleIdentifier() argument
920 mAppIdentifier = appIdentifier; in PhoneAccountHandleIdentifier()