OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:removeIcon
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/core/java/android/app/
IStatusBar.aidl
28
void
removeIcon
(IBinder key);
StatusBarManager.java
137
public void
removeIcon
(IBinder key) {
139
mService.
removeIcon
(key);
/packages/apps/Phone/src/com/android/phone/
NotificationMgr.java
444
mStatusBar.
removeIcon
(mSpeakerphoneIcon);
473
mStatusBar.
removeIcon
(mMuteIcon);
[
all
...]
/frameworks/policies/base/phone/com/android/internal/policy/impl/
KeyguardViewMediator.java
[
all
...]
/frameworks/base/services/java/com/android/server/
NotificationManagerService.java
759
mStatusBarService.
removeIcon
(old.statusBarKey);
[
all
...]
/frameworks/base/services/java/com/android/server/status/
StatusBarService.java
398
public void
removeIcon
(IBinder key) {
[
all
...]
Completed in 227 milliseconds