Home
last modified time | relevance | path

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

/packages/apps/Car/RotaryController/src/com/android/car/rotary/
DSurfaceViewHelper.java59 String mHostApp; field in SurfaceViewHelper
69 mHostApp = rendererServices.get(0).serviceInfo.packageName; in initHostApp()
70 L.v("Host app has been initialized: " + mHostApp); in initHostApp()
75 if (packageName.equals(mHostApp)) { in clearHostApp()
76 mHostApp = null; in clearHostApp()
83 return !TextUtils.isEmpty(mHostApp); in supportTemplateApp()
93 return !TextUtils.isEmpty(mHostApp) && mHostApp.equals(node.getPackageName()); in isHostNode()
104 dumpOutputStream.write("hostApp", RotaryProtos.SurfaceViewHelper.HOST_APP, mHostApp); in dump()
/packages/apps/Car/RotaryController/tests/unit/src/com/android/car/rotary/
DNavigatorTest.java1516 mNavigator.mSurfaceViewHelper.mHostApp = HOST_APP_PACKAGE_NAME; in testGetRoot_returnHostAppRoot()
1611 mNavigator.mSurfaceViewHelper.mHostApp = HOST_APP_PACKAGE_NAME; in testFindFocusParkingViewInRoot()
1661 mNavigator.mSurfaceViewHelper.mHostApp = HOST_APP_PACKAGE_NAME; in testFindSurfaceViewInRoot()
1710 mNavigator.mSurfaceViewHelper.mHostApp = HOST_APP_PACKAGE_NAME; in testGetDescendantHostRoot()
1759 mNavigator.mSurfaceViewHelper.mHostApp = HOST_APP_PACKAGE_NAME; in testFindNonEmptyFocusAreas_inHostApp()
1812 mNavigator.mSurfaceViewHelper.mHostApp = HOST_APP_PACKAGE_NAME; in testMaybeAddImplicitFocusArea_inHostApp()
1867 mNavigator.mSurfaceViewHelper.mHostApp = HOST_APP_PACKAGE_NAME; in testFindFocusedNodeInRoot_inHostApp()
DRotaryServiceTest.java374 mNavigator.mSurfaceViewHelper.mHostApp = HOST_APP_PACKAGE_NAME; in testInitFocus_focusOnHostNode()