Home
last modified time | relevance | path

Searched refs:PATH (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Test/connectivity/PMC/
Dbuild_pmc.sh9 PATH=${PATH/$JAVA_HOME\/bin:/}
12 export PATH=$JAVA_HOME/bin:$PATH
/packages/apps/Settings/src/com/android/settings/location/
DRecentLocationRequestSeeAllFragment.java41 public static final String PATH = field in RecentLocationRequestSeeAllFragment
/packages/apps/Car/libs/car-ui-lib/
Dgradlew.bat27 echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
/packages/apps/Car/libs/car-ui-lib/tests/paintbooth/
Dgradlew.bat27 echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
/packages/inputmethods/LatinIME/
Dgradlew.bat27 echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapContentObserver.java612 static final String PATH = "telecom/msg/"; field in BluetoothMapContentObserver.Event
619 this.folder = PATH + name; in setFolderPath()
634 this.oldFolder = PATH + oldFolder; in Event()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java1274 matcher.addURI(ContactsContract.AUTHORITY, SyncStateContentProviderHelper.PATH, SYNCSTATE); in matcher.addURI() argument
1275 matcher.addURI(ContactsContract.AUTHORITY, SyncStateContentProviderHelper.PATH + "/#", in matcher.addURI() argument
1277 matcher.addURI(ContactsContract.AUTHORITY, "profile/" + SyncStateContentProviderHelper.PATH, in matcher.addURI() argument
1280 "profile/" + SyncStateContentProviderHelper.PATH + "/#", in matcher.addURI() argument