OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dialer
(Results
101 - 125
of
226
) sorted by null
1
2
3
4
5
6
7
8
9
10
/packages/apps/ContactsCommon/src/com/android/contacts/common/extensions/
ExtensionsFactory.java
29
* A framework for adding extensions to
Dialer
. This class reads a property file from
/packages/apps/Dialer/res/layout/
call_detail_history_item.xml
35
class="com.android.
dialer
.calllog.CallTypeIconsView"
phone_favorites_fragment.xml
35
<com.android.
dialer
.list.PhoneFavoriteListView
call_log_list_item.xml
19
class="com.android.
dialer
.calllog.CallLogListItemView"
102
class="com.android.
dialer
.calllog.CallTypeIconsView"
/packages/apps/Dialer/src/com/android/dialer/
BackScrollManager.java
17
package com.android.
dialer
;
/packages/apps/Dialer/src/com/android/dialer/calllog/
CallLogQuery.java
17
package com.android.
dialer
.calllog;
PhoneNumberUtilsWrapper.java
17
package com.android.
dialer
.calllog;
/packages/apps/Dialer/src/com/android/dialer/dialpad/
SmartDialMatchPosition.java
17
package com.android.
dialer
.dialpad;
DialpadFragment.java
17
package com.android.
dialer
.dialpad;
84
import com.android.
dialer
.NeededForReflection;
85
import com.android.
dialer
.DialtactsActivity;
86
import com.android.
dialer
.R;
87
import com.android.
dialer
.SpecialCharSequenceMgr;
88
import com.android.
dialer
.database.DialerDatabaseHelper;
89
import com.android.
dialer
.interactions.PhoneNumberInteraction;
90
import com.android.
dialer
.util.OrientationUtil;
234
// Vibration (haptic feedback) for
dialer
key presses.
322
// the DTMF
dialer
handles that functionality now
[
all
...]
/packages/apps/Dialer/src/com/android/dialer/interactions/
UndemoteOutgoingCallReceiver.java
17
package com.android.
dialer
.interactions;
/packages/apps/Dialer/src/com/android/dialer/list/
PhoneFavoriteSquareTileView.java
17
package com.android.
dialer
.list;
DialerPhoneNumberListAdapter.java
1
package com.android.
dialer
.list;
12
import com.android.
dialer
.R;
PhoneFavoriteFragment.java
16
package com.android.
dialer
.list;
54
import com.android.
dialer
.DialtactsActivity;
55
import com.android.
dialer
.R;
56
import com.android.
dialer
.calllog.CallLogQuery;
57
import com.android.
dialer
.calllog.ContactInfoHelper;
58
import com.android.
dialer
.calllog.CallLogAdapter;
59
import com.android.
dialer
.calllog.CallLogQueryHandler;
60
import com.android.
dialer
.list.PhoneFavoritesTileAdapter.ContactTileRow;
/packages/apps/Dialer/src/com/android/dialer/util/
AsyncTaskExecutor.java
17
package com.android.
dialer
.util;
AsyncTaskExecutors.java
17
package com.android.
dialer
.util;
/packages/apps/Dialer/tests/src/com/android/dialer/
PhoneCallDetailsHelperTest.java
17
package com.android.
dialer
;
28
import com.android.
dialer
.calllog.CallTypeHelper;
29
import com.android.
dialer
.calllog.TestPhoneNumberUtilsWrapper;
30
import com.android.
dialer
.util.LocaleTestUtils;
/packages/apps/Dialer/tests/src/com/android/dialer/dialpad/
DialpadFragmentTest.java
17
package com.android.
dialer
.dialpad;
/packages/services/Telephony/common/src/com/android/services/telephony/common/
ICallCommandService.aidl
67
* It could just as easily call
dialer
directly.
/packages/services/Telephony/src/com/android/phone/
DTMFTonePlayer.java
150
* Allocates some resources we keep around during a "
dialer
session".
152
* (Currently, a "
dialer
session" just means any situation where we
158
* Call {@link stopDialerSession} to release the
dialer
session
192
* Releases resources we keep around during a "
dialer
session"
ADNList.java
131
// Since the positioning is really only useful for the
dialer
's
140
//
dialer
.
/packages/apps/Dialer/res/values/
strings.xml
21
<string name="applicationLabel">
Dialer
</string>
27
<!-- The description text for the
dialer
tab.
51
<!-- Menu item used to copy a number from the call log to the
dialer
so it can be edited before calling it -->
351
(Part of a list of options shown in the
dialer
when another call
356
(Part of a list of options shown in the
dialer
when another call
360
<!-- Item label: use the
Dialer
's dialpad to add another call.
361
(Part of a list of options shown in the
dialer
when another call
477
<!-- Displayed in the text entry box in the
dialer
when in landscape mode to guide the user
481
<!-- Hint text displayed in the "digits" field above the
dialer
's
483
reminds the user that the
dialer
will add a new call, as oppose
[
all
...]
/packages/apps/Dialer/src/com/android/dialer/database/
DialerDatabaseHelper.java
17
package com.android.
dialer
.database;
40
import com.android.
dialer
.dialpad.SmartDialNameMatcher;
41
import com.android.
dialer
.dialpad.SmartDialPrefix;
75
public static final String DATABASE_NAME = "
dialer
.db";
80
private static final String DATABASE_LAST_CREATED_SHARED_PREF = "com.android.
dialer
";
309
//
dialer
database helper is still doing work.
504
* @param db Database pointer to the
dialer
database.
534
* the previous instance of the
dialer
was destroyed for some reason. For data integrity, we
537
* @param db Database pointer to the
dialer
database.
538
* @param last_update_time Time stamp of last successful update of the
dialer
database
[
all
...]
/packages/apps/OneTimeInitializer/src/com/android/onetimeinitializer/
OneTimeInitializerService.java
131
final ComponentName newName = new ComponentName("com.android.
dialer
",
132
"com.android.
dialer
.DialtactsActivity");
/packages/experimental/LoaderApp/res/values/
config.xml
40
<!-- If true, enable vibration (haptic feedback) for
dialer
key presses.
79
<!-- If true, show an onscreen "Dial" button in the
dialer
.
/packages/apps/Dialer/tests/src/com/android/dialer/database/
SmartDialPrefixTest.java
17
package com.android.
dialer
.database;
28
import com.android.
dialer
.database.DialerDatabaseHelper;
29
import com.android.
dialer
.database.DialerDatabaseHelper.ContactNumber;
30
import com.android.
dialer
.dialpad.SmartDialNameMatcher;
31
import com.android.
dialer
.dialpad.SmartDialPrefix;
43
* adb shell am instrument -w -e class com.android.
dialer
.dialpad.SmartDialPrefixTest /
44
* com.android.
dialer
.tests/android.test.InstrumentationTestRunner
Completed in 127 milliseconds
1
2
3
4
5
6
7
8
9
10