Searched refs:psl (Results 1 – 2 of 2) sorted by relevance
103 PhoneStateListener psl = new PhoneStateListener(context.getMainExecutor()) { in testNotifyCallStateChangedForAllSubscriptions() local110 tm.listen(psl, PhoneStateListener.LISTEN_CALL_STATE); in testNotifyCallStateChangedForAllSubscriptions()130 PhoneStateListener psl = new PhoneStateListener(context.getMainExecutor()) { in testNotifyCallStateChanged() local138 tm.listen(psl, PhoneStateListener.LISTEN_CALL_STATE); in testNotifyCallStateChanged()161 PhoneStateListener psl = new PhoneStateListener(context.getMainExecutor()) { in testNotifyServiceStateChanged() local168 tm.listen(psl, PhoneStateListener.LISTEN_SERVICE_STATE); in testNotifyServiceStateChanged()191 PhoneStateListener psl = new PhoneStateListener(context.getMainExecutor()) { in testNotifySignalStrengthChanged() local198 tm.listen(psl, PhoneStateListener.LISTEN_SIGNAL_STRENGTHS); in testNotifySignalStrengthChanged()220 PhoneStateListener psl = new PhoneStateListener(context.getMainExecutor()) { in testNotifyMessageWaitingChanged() local227 tm.listen(psl, PhoneStateListener.LISTEN_MESSAGE_WAITING_INDICATOR); in testNotifyMessageWaitingChanged()[all …]
684 PhoneStateListener psl = new PhoneStateListener((Runnable r) -> {}); in testPhoneStateListener() local686 mTelephonyManager.listen(psl, CARRIER_PRIVILEGE_LISTENERS); in testPhoneStateListener()688 mTelephonyManager.listen(psl, PhoneStateListener.LISTEN_NONE); in testPhoneStateListener()