Home
last modified time | relevance | path

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

/cts/tests/tests/time/shell_utils/common/android/app/time/cts/shell/
DLocationTimeZoneManagerShellHelper.java69 public static final String NULL_PACKAGE_NAME_TOKEN = "@null"; field in LocationTimeZoneManagerShellHelper
148 return packageName == null ? NULL_PACKAGE_NAME_TOKEN : packageName; in replaceNullPackageNameWithToken()