Searched refs:REMOTE_TABLE1_URI (Results 1 – 1 of 1) sorted by relevance
63 private static final Uri REMOTE_TABLE1_URI = Uri.parse("content://" field in ContentResolverTest100 mContentResolver.insert(REMOTE_TABLE1_URI, values); in setUp()105 mContentResolver.insert(REMOTE_TABLE1_URI, values); in setUp()110 mContentResolver.insert(REMOTE_TABLE1_URI, values); in setUp()119 mContentResolver.delete(REMOTE_TABLE1_URI, null, null); in tearDown()147 client.getType(REMOTE_TABLE1_URI); in testCrashOnLaunch()156 String type1 = mContentResolver.getType(REMOTE_TABLE1_URI); in testCrashOnLaunch()169 String type1 = mContentResolver.getType(REMOTE_TABLE1_URI); in testUnstableToStableRefs()176 type1 = mContentResolver.getType(REMOTE_TABLE1_URI); in testUnstableToStableRefs()182 type1 = mContentResolver.getType(REMOTE_TABLE1_URI); in testUnstableToStableRefs()[all …]