OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:phone
(Results
401 - 425
of
576
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/packages/apps/ContactsCommon/src/com/android/contacts/common/widget/
FloatingActionButtonController.java
29
import com.android.
phone
.common.animation.AnimUtils;
/packages/apps/Dialer/src/com/android/dialer/widget/
ActionBarController.java
26
import com.android.
phone
.common.animation.AnimUtils.AnimationCallback;
/packages/apps/PhoneCommon/src/com/android/phone/common/dialpad/
DialpadKeyButton.java
17
package com.android.
phone
.common.dialpad;
DialpadView.java
17
package com.android.
phone
.common.dialpad;
43
import com.android.
phone
.common.R;
44
import com.android.
phone
.common.animation.AnimUtils;
51
* View that displays a twelve-key
phone
dialpad.
/packages/services/Telephony/src/com/android/phone/
ADNList.java
17
package com.android.
phone
;
38
* Abbreviated Dial Numbers (ADN) list activity for the
Phone
app. By default, this class will show
CallTime.java
17
package com.android.
phone
;
32
* in the
Phone
app, and also to start and stop tracing / profiling.
35
private static final String LOG_TAG = "
PHONE
/CallTime";
197
// information (/data/data/com.android.
phone
).
CdmaSystemSelectListPreference.java
17
package com.android.
phone
;
31
import com.android.internal.telephony.
Phone
;
39
private
Phone
mPhone;
73
Settings.Global.CDMA_ROAMING_MODE,
Phone
.CDMA_RM_HOME);
77
case
Phone
.CDMA_RM_ANY:
78
statusCdmaRoamingMode =
Phone
.CDMA_RM_ANY;
80
case
Phone
.CDMA_RM_HOME:
82
statusCdmaRoamingMode =
Phone
.CDMA_RM_HOME;
123
Settings.Global.CDMA_ROAMING_MODE,
Phone
.CDMA_RM_HOME);
125
if (statusCdmaRoamingMode ==
Phone
.CDMA_RM_HOME |
[
all
...]
EnableIccPinScreen.java
17
package com.android.
phone
;
33
import com.android.internal.telephony.
Phone
;
48
private
Phone
mPhone;
GsmUmtsOptions.java
17
package com.android.
phone
;
65
log("Not a GSM
phone
");
69
log("Not a CDMA
phone
");
134
intent.setComponent(new ComponentName("com.android.
phone
",
135
"com.android.
phone
.NetworkSetting"));
VisualVoicemailSmsFilterConfig.java
16
package com.android.
phone
;
EmergencyDialer.java
17
package com.android.
phone
;
55
import com.android.
phone
.common.dialpad.DialpadKeyButton;
56
import com.android.
phone
.common.util.ViewUtil;
83
public static final String ACTION_DIAL = "com.android.
phone
.EmergencyDialer.DIAL";
221
// Extract
phone
number from intent
312
// if we are adding a call from the InCallScreen and the
phone
547
* The tone is played locally, using the audio stream for
phone
calls.
559
// Also do nothing if the
phone
is in silent mode.
/packages/services/Telephony/src/com/android/phone/common/mail/store/imap/
ImapList.java
17
package com.android.
phone
.common.mail.store.imap;
/packages/services/Telephony/src/com/android/services/telephony/
CdmaConferenceController.java
19
import com.android.
phone
.PhoneUtils;
/frameworks/base/location/java/android/location/
Address.java
362
* Returns the
phone
number of the address if known,
373
* Sets the
phone
number associated with this address.
375
public void setPhone(String
phone
) {
376
mPhone =
phone
;
465
sb.append(",
phone
=");
/frameworks/base/packages/SystemUI/src/com/android/systemui/analytics/
DataCollector.java
38
import static com.android.systemui.statusbar.
phone
.TouchAnalyticsProto.Session;
39
import static com.android.systemui.statusbar.
phone
.TouchAnalyticsProto.Session.PhoneEvent;
42
* Tracks touch, sensor and
phone
events when the lockscreen is on. If the
phone
is unlocked
47
* A session ends when the screen is turned off or user unlocks the
phone
.
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
QSDetail.java
39
import com.android.systemui.statusbar.
phone
.BaseStatusBarHeader;
40
import com.android.systemui.statusbar.
phone
.QSTileHost;
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
TileServices.java
40
import com.android.systemui.statusbar.
phone
.QSTileHost;
41
import com.android.systemui.statusbar.
phone
.StatusBarIconController;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
KeyguardUserSwitcher.java
36
import com.android.systemui.statusbar.
phone
.KeyguardStatusBarView;
37
import com.android.systemui.statusbar.
phone
.NotificationPanelView;
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
TunerService.java
46
import com.android.systemui.statusbar.
phone
.StatusBarIconController;
47
import com.android.systemui.statusbar.
phone
.SystemUIDialog;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaSMSDispatcher.java
35
import com.android.internal.telephony.
Phone
;
52
public CdmaSMSDispatcher(
Phone
phone
, SmsUsageMonitor usageMonitor,
54
super(
phone
, usageMonitor, imsSMSDispatcher);
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DataAction.java
119
PhoneDataItem
phone
= (PhoneDataItem) item;
local
120
final String number =
phone
.getNumber();
132
// Configure Icons and Intents. Notice actionIcon is already set to the
phone
153
// of the "call
phone
" icon, rather than the standard
154
// app icon for the
Phone
app (which we show for
155
// regular
phone
numbers.) That's because the
phone
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
SubscriptionController.java
123
protected static
Phone
[] sPhones;
138
public static SubscriptionController init(
Phone
phone
) {
141
sInstance = new SubscriptionController(
phone
);
191
private SubscriptionController(
Phone
phone
) {
192
mContext =
phone
.getContext();
200
if (DBG) logdl("[SubscriptionController] init by
Phone
");
204
* Make sure the caller can read
phone
state which requires holding the
1421
Phone
phone
= sPhones[
phone
Id];
local
1679
Phone
phone
= PhoneFactory.getPhone(slotIdx);
local
[
all
...]
InboundSmsHandler.java
152
/** Update
phone
object */
162
// and notification id should be unique within the
phone
app.
200
protected
Phone
mPhone;
219
* @param context the context of the
phone
app
223
Phone
phone
, CellBroadcastHandler cellBroadcastHandler) {
228
mPhone =
phone
;
262
* Update the
phone
object when it changes.
264
public void updatePhoneObject(
Phone
phone
) {
[
all
...]
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapContentObserver.java
1361
String
phone
= "";
local
2411
String
phone
;
field in class:BluetoothMapContentObserver.PushMsgInfo
2531
String
phone
= recipient.getFirstPhoneNumber();
local
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
ApnContext.java
32
import com.android.internal.telephony.
Phone
;
55
private final
Phone
mPhone;
105
* @param
phone
phone
object
111
public ApnContext(
Phone
phone
, String apnType, String logTag, NetworkConfig config,
113
mPhone =
phone
;
116
setReason(
Phone
.REASON_DATA_ENABLED);
122
mRetryManager = new RetryManager(
phone
, apnType);
346
return
Phone
.REASON_NW_TYPE_CHANGED.equals(mReason) |
[
all
...]
Completed in 1468 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>