Searched refs:REMOTE_TABLE1_URI (Results 1 – 1 of 1) sorted by relevance
69 private static final Uri REMOTE_TABLE1_URI = Uri.parse("content://" field in ContentResolverTest106 mContentResolver.insert(REMOTE_TABLE1_URI, values); in setUp()111 mContentResolver.insert(REMOTE_TABLE1_URI, values); in setUp()116 mContentResolver.insert(REMOTE_TABLE1_URI, values); in setUp()128 mContentResolver.delete(REMOTE_TABLE1_URI, null, null); in tearDown()156 client.getType(REMOTE_TABLE1_URI); in testCrashOnLaunch()165 String type1 = mContentResolver.getType(REMOTE_TABLE1_URI); in testCrashOnLaunch()178 String type1 = mContentResolver.getType(REMOTE_TABLE1_URI); in testUnstableToStableRefs()185 type1 = mContentResolver.getType(REMOTE_TABLE1_URI); in testUnstableToStableRefs()191 type1 = mContentResolver.getType(REMOTE_TABLE1_URI); in testUnstableToStableRefs()[all …]