Home
last modified time | relevance | path

Searched defs:customTabsProviderPackageName (Results 1 – 2 of 2) sorted by relevance

/packages/modules/CaptivePortalLogin/src/com/android/captiveportallogin/
DCaptivePortalLoginActivity.java512 int getPackageUid(@NonNull final String customTabsProviderPackageName) in getPackageUid()
591 private void bindCustomTabsService(@NonNull final String customTabsProviderPackageName) { in bindCustomTabsService()
593 customTabsProviderPackageName, mPersistentState.mServiceConnection); in bindCustomTabsService() local
597 private boolean bypassVpnForCustomTabsProvider( in bypassVpnForCustomTabsProvider()
720 final String customTabsProviderPackageName = getCustomTabsProviderPackageIfEnabled(); in onCreate() local
/packages/modules/CaptivePortalLogin/tests/src/com/android/captiveportallogin/
DCaptivePortalLoginActivityTest.java296 int getPackageUid(@NonNull final String customTabsProviderPackageName) in getPackageUid()