OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NewBubbleInfo
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Dialer/java/com/android/newbubble/stub/
NewBubbleStub.java
22
import com.android.newbubble.
NewBubbleInfo
;
23
import com.android.newbubble.
NewBubbleInfo
.Action;
44
public void setBubbleInfo(@NonNull
NewBubbleInfo
bubbleInfo) {}
/packages/apps/Dialer/java/com/android/newbubble/
NewBubble.java
21
import com.android.newbubble.
NewBubbleInfo
.Action;
25
* Creates and manages a bubble window from information in a {@link
NewBubbleInfo
}. Before creating,
48
void setBubbleInfo(@NonNull
NewBubbleInfo
bubbleInfo);
NewBubbleInfo.java
32
public abstract class
NewBubbleInfo
{
51
public static Builder from(@NonNull
NewBubbleInfo
bubbleInfo) {
60
/** Builder for {@link
NewBubbleInfo
} */
74
public abstract
NewBubbleInfo
build();
/packages/apps/Dialer/java/com/android/incallui/
NewReturnToCallController.java
46
import com.android.newbubble.
NewBubbleInfo
;
47
import com.android.newbubble.
NewBubbleInfo
.Action;
235
private
NewBubbleInfo
generateBubbleInfo() {
236
return
NewBubbleInfo
.builder()
Completed in 240 milliseconds