Searched refs:pathPrefix (Results 1 – 3 of 3) sorted by relevance
263 final String pathPrefix = uri.getPath(); in onGetSliceDescendants() local264 final boolean isPathEmpty = pathPrefix.isEmpty(); in onGetSliceDescendants()282 && !TextUtils.equals(pathPrefix, "/" + SettingsSlicesContract.PATH_SETTING_ACTION) in onGetSliceDescendants()283 && !TextUtils.equals(pathPrefix, in onGetSliceDescendants()
267 final String pathPrefix = uri.getPath(); in onGetSliceDescendants() local268 final boolean isPathEmpty = pathPrefix.isEmpty(); in onGetSliceDescendants()286 && !TextUtils.equals(pathPrefix, "/" + SettingsSlicesContract.PATH_SETTING_ACTION) in onGetSliceDescendants()287 && !TextUtils.equals(pathPrefix, in onGetSliceDescendants()
521 void setPathPrefix(String pathPrefix) { in setPathPrefix() argument522 mPathPrefix = pathPrefix; in setPathPrefix()