Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DAppInterface.java36 public static final String CAT_SESSION_END_ACTION = field
H A DCatService.java557 Intent intent = new Intent(AppInterface.CAT_SESSION_END_ACTION); in handleSessionEnd()
/aosp12/packages/apps/Stk/src/com/android/stk/
H A DStkCmdReceiver.java46 } else if (action.equals(AppInterface.CAT_SESSION_END_ACTION)) { in onReceive()