Searched refs:authority (Results 1 – 8 of 8) sorted by relevance
/development/apps/Development/src/com/android/development/ |
D | SyncAdapterDriver.java | 101 names[i] = item.type.authority + " - " + item.type.accountType; in getSyncAdapters() 169 mActiveServiceConnection.mSyncAdapter.type.authority, in startSync() 236 type.authority, type.accountType)); in onServiceConnected() 355 final String authority = in parseServiceAttributes() local 359 if (authority == null || accountType == null) { in parseServiceAttributes() 373 return new SyncAdapterType(authority, accountType, userVisible, supportsUploading, in parseServiceAttributes()
|
/development/samples/XmlAdapters/src/com/example/android/xmladapters/ |
D | XmlDocumentProvider.java | 261 String authority = resourceUri.getAuthority(); in getResourceXmlPullParser() local 263 if (TextUtils.isEmpty(authority)) { in getResourceXmlPullParser() 267 r = getContext().getPackageManager().getResourcesForApplication(authority); in getResourceXmlPullParser() 285 id = r.getIdentifier(path.get(1), path.get(0), authority); in getResourceXmlPullParser()
|
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/syncadapter/ |
D | SyncAdapter.java | 67 public void onPerformSync(Account account, Bundle extras, String authority, in onPerformSync() argument
|
/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/ |
D | DigitalWatchFaceUtil.java | 129 .authority(localNode) in fetchConfigDataMap()
|
/development/samples/ApiDemos/src/com/example/android/apis/os/ |
D | MmsMessagingDemo.java | 170 .authority("com.example.android.apis.os.MmsFileProvider") in sendMessage() 223 .authority("com.example.android.apis.os.MmsFileProvider") in downloadMessage()
|
/development/samples/browseable/WatchFace/Application/src/com.example.android.wearable.watchface/ |
D | DigitalWatchFaceCompanionConfigActivity.java | 102 Uri uri = builder.scheme("wear").path(PATH_WITH_FEATURE).authority(mPeerId).build(); in onConnected()
|
/development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/ |
D | SyncAdapter.java | 135 public void onPerformSync(Account account, Bundle extras, String authority, in onPerformSync() argument
|
/development/samples/SearchableDictionary/res/raw/ |
D | definitions.txt | 94 autonomy - n. immunity from arbitrary exercise of authority: political independence 322 enact - v. order by virtue of superior authority; decree 524 invoke - v. cite as an authority; resort to 620 monarchy - n. an autocracy governed by a monarch who usually inherits the authority 729 plea - n. a humble request for help from someone in authority 763 principal - n. the educator who has executive authority for a school 819 regime - n. the government or governing authority of a political unit
|