Searched refs:INIT_PATH (Results 1 – 4 of 4) sorted by relevance
20 import static com.android.providers.media.PickerUriResolver.INIT_PATH;1754 .equals(INIT_PATH)) in testCollectionIdChangeResetsUi()1785 .equals(INIT_PATH)) in testRefreshUiNotifications()1799 .equals(INIT_PATH)) in testRefreshUiNotifications()
27 import static com.android.providers.media.PickerUriResolver.INIT_PATH;155 boolean shouldInit = uri.getLastPathSegment().equals(INIT_PATH);
29 import static com.android.providers.media.PickerUriResolver.INIT_PATH;1117 builder.appendPath(INIT_PATH); in sendPickerUiRefreshNotification()
99 public static final String INIT_PATH = "init"; field in PickerUriResolver