Searched refs:mCurrentProjectionPackage (Results 1 – 2 of 2) sorted by relevance
44 private TextView mCurrentProjectionPackage; field in ProjectionFragment65 mCurrentProjectionPackage.setText(packageName); in onProjectionStatusChanged()133 mCurrentProjectionPackage = (TextView) layout.findViewById(R.id.current_projection_package); in onCreateView()
126 private @Nullable String mCurrentProjectionPackage; field in CarProjectionService430 || TextUtils.equals(packageName, mCurrentProjectionPackage)) { in updateProjectionStatus()432 mCurrentProjectionPackage = packageName; in updateProjectionStatus()476 client.mProjectionStatus.getPackageName(), mCurrentProjectionPackage)) { in unregisterProjectionReceiverClient()477 mCurrentProjectionPackage = null; in unregisterProjectionReceiverClient()494 currentPackage = mCurrentProjectionPackage; in notifyProjectionStatusChanged()810 writer.println("Current projection package: " + mCurrentProjectionPackage); in dump()