Searched refs:getCallingAppName (Results 1 – 6 of 6) sorted by relevance
19 import static com.android.documentsui.base.Shared.getCallingAppName;87 getCallingAppName(getActivity()), target); in onCreateDialog()89 getCallingAppName(getActivity()), target); in onCreateDialog()
86 .replace("APP_NAME", getCallingAppName()); in onCreate()97 Html.escapeHtml(getCallingAppName()), in onCreate()113 Html.escapeHtml(getCallingAppName())), 0)); in onCreate()202 private CharSequence getCallingAppName() { in getCallingAppName() method in CompanionDeviceActivity
93 public String getCallingAppName() { in getCallingAppName() method in TestEnvironment
93 String getCallingAppName(); in getCallingAppName() method
1496 public String getCallingAppName() { in getCallingAppName() method in DirectoryFragment.AdapterEnvironment1497 return Shared.getCallingAppName(mActivity); in getCallingAppName()
279 public static String getCallingAppName(Activity activity) { in getCallingAppName() method in Shared