/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.p2.console_1.0.200.v20100601.jar | |
org.eclipse.equinox.p2.updatechecker_1.1.101.R36x_v20100823.jar | |
org.eclipse.equinox.p2.operations_2.0.0.v20100510.jar | |
org.eclipse.equinox.p2.engine_2.0.0.v20100606.jar | |
org.eclipse.equinox.p2.director.app_1.0.201.R36x_v20100823.jar | |
org.eclipse.equinox.p2.ui.sdk_1.0.100.v20100513.jar | |
org.eclipse.equinox.p2.garbagecollector_1.0.100.v20100503.jar | |
org.eclipse.equinox.p2.ui.sdk.scheduler_1.0.0.v20100507-1815.jar | |
org.eclipse.equinox.p2.director_2.0.3.R36x_v20101117-1018.jar | |
org.eclipse.equinox.p2.touchpoint.eclipse_2.0.2.R36x_v20100823.jar | |
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/ |
ProfileService.java | 204 int profileId, int newState, int prevState) { 207 svc.onProfileConnectionStateChanged(device, profileId, newState, prevState);
|
AdapterService.java | 153 public void onProfileConnectionStateChanged(BluetoothDevice device, int profileId, int newState, int prevState) { 156 m.arg1 = profileId; 164 private void processProfileStateChanged(BluetoothDevice device, int profileId, int newState, int prevState) { 165 if (((profileId == BluetoothProfile.A2DP) ||(profileId == BluetoothProfile.HEADSET)) && 169 setProfileAutoConnectionPriority(device, profileId); 174 binder.sendConnectionStateChange(device, profileId, newState,prevState); [all...] |
/development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/ |
ContactManager.java | 232 * the contact's status until they have a profileId. 469 final long profileId = lookupProfile(resolver, serverId); 470 if (profileId <= 0) { 580 final long profileId = lookupProfile(resolver, userId); 583 if (profileId > 0) { 584 values.put(StatusUpdates.DATA_ID, profileId); [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
DcAsyncChannel.java | 366 * @param profileId for the conneciton 371 public void bringUp(ApnContext apnContext, int initialMaxRetry, int profileId, 378 new ConnectionParams(apnContext, initialMaxRetry, profileId,
|
DataConnection.java | 112 ConnectionParams(ApnContext apnContext, int initialMaxRetry, int profileId, 116 mProfileId = profileId; [all...] |
DcTracker.java | [all...] |
/cts/tests/tests/hardware/src/android/hardware/cts/ |
CameraTest.java | [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/ |
pdebuild.jar | |