Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/telephony/ui/activity/
DSwitchToManagedProfileForCallActivity.kt33 class SwitchToManagedProfileForCallActivity class
58 mPositiveButtonListener = this@SwitchToManagedProfileForCallActivity in onCreate()
59 mNegativeButtonListener = this@SwitchToManagedProfileForCallActivity in onCreate()
/frameworks/base/packages/SystemUI/src/com/android/systemui/dagger/
DDefaultActivityBinder.java31 import com.android.systemui.telephony.ui.activity.SwitchToManagedProfileForCallActivity;
157 @ClassKey(SwitchToManagedProfileForCallActivity.class)
159 SwitchToManagedProfileForCallActivity activity); in bindSwitchToManagedProfileForCallActivity()