Searched refs:appIdentifier (Results 1 – 2 of 2) sorted by relevance
37 final String appIdentifier = "com.google.test"; in call_writeToBundle_fromBundle_reconstructsSuccessfully() local47 new CallMetadataSyncData.CallFacilitator(appName, appIdentifier, extendedId); in call_writeToBundle_fromBundle_reconstructsSuccessfully()62 assertThat(reconstructedCall.getFacilitator().getIdentifier()).isEqualTo(appIdentifier); in call_writeToBundle_fromBundle_reconstructsSuccessfully()
826 PhoneAccountHandle getPhoneAccountHandle(int associationId, String appIdentifier) { in getPhoneAccountHandle() argument828 new PhoneAccountHandleIdentifier(associationId, appIdentifier)); in getPhoneAccountHandle()899 String appIdentifier, in createPhoneAccount() argument903 extras.putString(EXTRA_CALL_FACILITATOR_ID, appIdentifier); in createPhoneAccount()918 PhoneAccountHandleIdentifier(int associationId, String appIdentifier) { in PhoneAccountHandleIdentifier() argument920 mAppIdentifier = appIdentifier; in PhoneAccountHandleIdentifier()