HomeSort by relevance Sort by last modified time
    Searched refs:profileId (Results 1 - 19 of 19) sorted by null

  /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 202 int profileId, int newState, int prevState) {
205 svc.onProfileConnectionStateChanged(device, profileId, newState, prevState);
AdapterService.java 151 public void onProfileConnectionStateChanged(BluetoothDevice device, int profileId, int newState, int prevState) {
154 m.arg1 = profileId;
162 private void processProfileStateChanged(BluetoothDevice device, int profileId, int newState, int prevState) {
163 if (((profileId == BluetoothProfile.A2DP) ||(profileId == BluetoothProfile.HEADSET)) &&
167 setProfileAutoConnectionPriority(device, profileId);
172 binder.sendConnectionStateChange(device, profileId, newState,prevState);
    [all...]
  /packages/apps/Browser/src/com/android/browser/
AutofillHandler.java 200 int profileId = NO_AUTOFILL_PROFILE_SET;
202 profileId = profile.getUniqueId();
215 setActiveAutoFillProfileId(profileId);
  /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, onCompletedMsg));
DataConnection.java 109 ConnectionParams(ApnContext apnContext, int initialMaxRetry, int profileId,
113 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 

Completed in 186 milliseconds