OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StableIdProvider
(Results
1 - 10
of
10
) sorted by null
/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
DocsStableIdProvider.java
20
import com.android.documentsui.selection.SelectionHelper.
StableIdProvider
;
28
public final class DocsStableIdProvider extends
StableIdProvider
{
/packages/apps/DocumentsUI/src/com/android/documentsui/selection/demo/
DemoStableIdProvider.java
20
import com.android.documentsui.selection.SelectionHelper.
StableIdProvider
;
28
final class DemoStableIdProvider extends
StableIdProvider
{
SelectionDemoActivity.java
49
import com.android.documentsui.selection.SelectionHelper.
StableIdProvider
;
85
StableIdProvider
stableIds = new DemoStableIdProvider(mAdapter);
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/selection/testing/
TestStableIdProvider.java
20
import com.android.documentsui.selection.SelectionHelper.
StableIdProvider
;
28
public final class TestStableIdProvider extends
StableIdProvider
{
/packages/apps/DocumentsUI/src/com/android/documentsui/selection/
SelectionHelper.java
204
public static abstract class
StableIdProvider
{
BandSelectionHelper.java
34
import com.android.documentsui.selection.SelectionHelper.
StableIdProvider
;
59
private final
StableIdProvider
mStableIds;
77
StableIdProvider
stableIds,
GridModel.java
33
import com.android.documentsui.selection.SelectionHelper.
StableIdProvider
;
62
private final
StableIdProvider
mStableIds;
106
StableIdProvider
stableIds,
DefaultSelectionHelper.java
83
private final
StableIdProvider
mStableIds;
104
StableIdProvider
stableIds,
382
// truth for stable ids (
StableIdProvider
) probably
/packages/apps/DocumentsUI/src/com/android/documentsui/
DocsSelectionHelper.java
54
StableIdProvider
stableIds,
189
StableIdProvider
stableIds,
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/
DocsSelectionHelperTest.java
33
import com.android.documentsui.selection.SelectionHelper.
StableIdProvider
;
64
StableIdProvider
stableIds,
Completed in 627 milliseconds