Home
last modified time | relevance | path

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

/aosp12/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
H A DSelfManagedConnection.java54 private static int sNextCallId = 1; field in SelfManagedConnection
71 mCallId = sNextCallId++; in SelfManagedConnection()