Searched refs:mHostApp (Results 1 – 2 of 2) sorted by relevance
62 String mHostApp; field in SurfaceViewHelper72 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()
352 mNavigator.mSurfaceViewHelper.mHostApp = HOST_APP_PACKAGE_NAME; in testInitFocus_focusOnHostNode()