Home
last modified time | relevance | path

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

/packages/apps/Car/RotaryController/src/com/android/car/rotary/
DSurfaceViewHelper.java62 String mHostApp; field in SurfaceViewHelper
72 mHostApp = rendererServices.get(0).serviceInfo.packageName; in initHostApp()
73 L.v("Host app has been initialized: " + mHostApp); in initHostApp()
78 if (packageName.equals(mHostApp)) { in clearHostApp()
79 mHostApp = null; in clearHostApp()
91 return !TextUtils.isEmpty(mHostApp) && mHostApp.equals(node.getPackageName()); in isHostNode()
103 dumpOutputStream.write("hostApp", RotaryProtos.SurfaceViewHelper.HOST_APP, mHostApp); in dump()
/packages/apps/Car/RotaryController/tests/unit/src/com/android/car/rotary/
DRotaryServiceTest.java352 mNavigator.mSurfaceViewHelper.mHostApp = HOST_APP_PACKAGE_NAME; in testInitFocus_focusOnHostNode()