Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/remoteauth/
DRemoteAuthActivityInternal.kt22 class RemoteAuthActivityInternal : RemoteAuthActivity() class
DRemoteAuthStatusUtils.kt37 fun getSettingsClassName() = RemoteAuthActivityInternal::class.java.name
/packages/apps/Settings/src/com/android/settings/activityembedding/
DActivityEmbeddingRulesController.java55 import com.android.settings.remoteauth.RemoteAuthActivityInternal;
266 addActivityFilter(activityFilters, RemoteAuthActivityInternal.class); in registerAlwaysExpandRule()